Class CookieParamProcessor

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
All Implemented Interfaces:
InvocationProcessor

public class CookieParamProcessor extends Object implements InvocationProcessor
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • annotations

      protected Annotation[] annotations
    • type

      protected Type type
  • Constructor Details

    • CookieParamProcessor

      public CookieParamProcessor(String cookieName)
    • CookieParamProcessor

      public CookieParamProcessor(String cookieName, Type type, Annotation[] annotations)
  • Method Details