Class CookieParamInjector

    • Constructor Detail

      • CookieParamInjector

        public CookieParamInjector​(java.lang.Class type,
                                   java.lang.reflect.Type genericType,
                                   java.lang.reflect.AccessibleObject target,
                                   java.lang.String cookieName,
                                   java.lang.String defaultValue,
                                   java.lang.annotation.Annotation[] annotations,
                                   ResteasyProviderFactory factory)
    • Method Detail

      • inject

        public java.lang.Object inject()
        Description copied from interface: ValueInjector
        Inject outside the context of an HTTP request. For instance, a singleton may have proxiable and injectable jax-rs objects like Request, UriInfo, or HttpHeaders.
        Specified by:
        inject in interface ValueInjector
        Returns: