Class ParamConverters.TypeValueOf

java.lang.Object
org.glassfish.jersey.server.internal.inject.ParamConverters.TypeValueOf
All Implemented Interfaces:
javax.ws.rs.ext.ParamConverterProvider
Enclosing class:
ParamConverters

@Singleton public static class ParamConverters.TypeValueOf extends Object implements javax.ws.rs.ext.ParamConverterProvider
Provider of param converter that produce the target Java type instance by invoking a static valueOf(String) method on the target type.
  • Constructor Details

    • TypeValueOf

      public TypeValueOf()
  • Method Details

    • getConverter

      public <T> javax.ws.rs.ext.ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
      Specified by:
      getConverter in interface javax.ws.rs.ext.ParamConverterProvider