Class FormArgumentResolver
java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.FormArgumentResolver
- All Implemented Interfaces:
org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>,org.apache.dubbo.rpc.protocol.tri.rest.argument.ArgumentResolver
@Activate(onClass="org.jboss.resteasy.annotations.Form")
public class FormArgumentResolver
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
-
FormArgumentResolver
public FormArgumentResolver()
-
-
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>
-