Uses of Interface
jakarta.ws.rs.ext.ParamConverter
-
Packages that use ParamConverter Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. -
-
Uses of ParamConverter in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return ParamConverter Modifier and Type Method Description <T> ParamConverter<T>ParamConverterProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)Obtain aParamConverterthat can provide from/to string conversion for an instance of a particular Java type. -
Uses of ParamConverter in org.glassfish.jersey.internal.inject
Methods in org.glassfish.jersey.internal.inject that return ParamConverter Modifier and Type Method Description <T> ParamConverter<T>ParamConverterFactory. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.AggregatedProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.CharacterProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.DateProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.InputStreamProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.OptionalCustomProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.OptionalProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.StringConstructor. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.TypeFromString. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.TypeFromStringEnum. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)<T> ParamConverter<T>ParamConverters.TypeValueOf. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
-