Uses of Interface
jakarta.ws.rs.ext.ParamConverter
Packages that use ParamConverter
Package
Description
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 ParamConverterModifier and TypeMethodDescription<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 ParamConverterModifier and TypeMethodDescriptionClientConfiguration.getParamConverter(Class<?> clazz, Type genericType, Annotation[] annotations) -
Uses of ParamConverter in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ParamConverterModifier and TypeFieldDescriptionprotected ParamConverter<?>StringParameterInjector.paramConverterMethods in org.jboss.resteasy.core that return ParamConverterModifier and TypeMethodDescriptionStringParameterInjector.getParamConverter()ThreadLocalResteasyProviderFactory.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 ParamConverterModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getParamConverter(Class clazz, Type genericType, Annotation[] annotations) ResteasyProviderFactoryImpl.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 ParamConverterModifier and TypeClassDescriptionclassclassFields in org.jboss.resteasy.plugins.providers declared as ParamConverterModifier and TypeFieldDescriptionprotected ParamConverterMultiValuedAbstractParamConverter.paramConverterMethods in org.jboss.resteasy.plugins.providers that return ParamConverterModifier and TypeMethodDescription<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 ParamConverterModifier and TypeMethodDescriptionabstract ParamConverterResteasyProviderFactory.getParamConverter(Class clazz, Type genericType, Annotation[] annotations)