Class FallbackArgumentResolver

java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.argument.NamedValueArgumentResolverSupport
org.apache.dubbo.rpc.protocol.tri.rest.argument.AbstractArgumentResolver
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.FallbackArgumentResolver
All Implemented Interfaces:
org.apache.dubbo.rpc.protocol.tri.rest.argument.ArgumentResolver

@Activate(order=2147473647, onClass="javax.ws.rs.Path") public class FallbackArgumentResolver extends org.apache.dubbo.rpc.protocol.tri.rest.argument.AbstractArgumentResolver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta param)
     

    Methods inherited from class org.apache.dubbo.rpc.protocol.tri.rest.argument.AbstractArgumentResolver

    resolve

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FallbackArgumentResolver

      public FallbackArgumentResolver()
  • Method Details

    • accept

      public boolean accept(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta param)