Class BeanParamArgumentResolver
java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.BeanParamArgumentResolver
- 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.BeanParam")
public class BeanParamArgumentResolver
extends Object
implements org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept()resolve(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter, org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.AnnotationMeta<Annotation> annotation, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver
accept, resolve
-
Constructor Details
-
BeanParamArgumentResolver
public BeanParamArgumentResolver()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceorg.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>
-
resolve
public Object resolve(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter, org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.AnnotationMeta<Annotation> annotation, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response) - Specified by:
resolvein interfaceorg.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>
-