Class FormParamInjector

    • Field Detail

      • encode

        private boolean encode
    • Constructor Detail

      • FormParamInjector

        public FormParamInjector​(java.lang.Class type,
                                 java.lang.reflect.Type genericType,
                                 java.lang.reflect.AccessibleObject target,
                                 java.lang.String header,
                                 java.lang.String defaultValue,
                                 boolean encode,
                                 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: