Class QueryParamInjector

    • Field Detail

      • encode

        private boolean encode
      • encodedName

        private java.lang.String encodedName
    • Constructor Detail

      • QueryParamInjector

        public QueryParamInjector​(java.lang.Class type,
                                  java.lang.reflect.Type genericType,
                                  java.lang.reflect.AccessibleObject target,
                                  java.lang.String paramName,
                                  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: