Uses of Interface
javax.ws.rs.ext.ParamConverter
-
Packages that use ParamConverter Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of ParamConverter in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return ParamConverter Modifier and Type Method Description <T> ParamConverter<T>
ParamConverterProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
Obtain aParamConverter
that can provide from/to string conversion for an instance of a particular Java type.
-