Uses of Interface
jakarta.ws.rs.ext.ParamConverter
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of ParamConverter in jakarta.ws.rs.ext
Modifier and TypeMethodDescription<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.