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.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.plugins.providers org.jboss.resteasy.spi -
-
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.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return ParamConverter Modifier and Type Method Description ParamConverterClientConfiguration. getParamConverter(Class<?> clazz, Type genericType, Annotation[] annotations) -
Uses of ParamConverter in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ParamConverter Modifier and Type Field Description protected ParamConverter<?>StringParameterInjector. paramConverterMethods in org.jboss.resteasy.core that return ParamConverter Modifier and Type Method Description ParamConverter<?>StringParameterInjector. getParamConverter()ParamConverterThreadLocalResteasyProviderFactory. getParamConverter(Class clazz, Type genericType, Annotation[] annotations) -
Uses of ParamConverter in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return ParamConverter Modifier and Type Method Description ParamConverterResteasyProviderFactoryDelegate. getParamConverter(Class clazz, Type genericType, Annotation[] annotations)ParamConverterResteasyProviderFactoryImpl. getParamConverter(Class clazz, Type genericType, Annotation[] annotations) -
Uses of ParamConverter in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers that implement ParamConverter Modifier and Type Class Description classMultiValuedArrayParamConverterclassMultiValuedCollectionParamConverterFields in org.jboss.resteasy.plugins.providers declared as ParamConverter Modifier and Type Field Description protected ParamConverterMultiValuedAbstractParamConverter. paramConverterMethods in org.jboss.resteasy.plugins.providers that return ParamConverter Modifier and Type Method Description <T> ParamConverter<T>MultiValuedParamConverterProvider. getConverter(Class<T> rawType, Type genericType, Annotation[] annotations) -
Uses of ParamConverter in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ParamConverter Modifier and Type Method Description abstract ParamConverterResteasyProviderFactory. getParamConverter(Class clazz, Type genericType, Annotation[] annotations)
-