Class CookieParamArgumentResolver
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.CookieParamArgumentResolver
- 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.CookieParam")
public class CookieParamArgumentResolver
extends AbstractJaxrsArgumentResolver
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.protocol.tri.rest.argument.AbstractAnnotationBaseArgumentResolver
resolveMethods 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
-
CookieParamArgumentResolver
public CookieParamArgumentResolver()
-
-
Method Details
-
accept
-