Class MatrixParamArgumentResolver

java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.argument.NamedValueArgumentResolverSupport
org.apache.dubbo.rpc.protocol.tri.rest.argument.AbstractAnnotationBaseArgumentResolver
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.AbstractJaxrsArgumentResolver
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.MatrixParamArgumentResolver
All Implemented Interfaces:
org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>, org.apache.dubbo.rpc.protocol.tri.rest.argument.ArgumentResolver

@Activate(onClass="javax.ws.rs.MatrixParam") public class MatrixParamArgumentResolver extends AbstractJaxrsArgumentResolver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    resolve

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver

    accept, resolve
  • Constructor Details

    • MatrixParamArgumentResolver

      public MatrixParamArgumentResolver()
  • Method Details