Uses of Interface
jakarta.ws.rs.ext.ParamConverter
Package | Description |
---|---|
jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
-
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 aParamConverter
that can provide from/to string conversion for an instance of a particular Java type.