|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParamConverter | |
---|---|
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Uses of ParamConverter in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that return ParamConverter | ||
---|---|---|
|
ParamConverterProvider.getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations)
Obtain a ParamConverter that can provide from/to string conversion
for an instance of a particular Java type. |
Uses of ParamConverter in org.jboss.resteasy.core |
---|
Fields in org.jboss.resteasy.core declared as ParamConverter | |
---|---|
protected ParamConverter |
StringParameterInjector.paramConverter
|
Methods in org.jboss.resteasy.core that return ParamConverter | |
---|---|
ParamConverter |
ThreadLocalResteasyProviderFactory.getParamConverter(Class clazz,
Type genericType,
Annotation[] annotations)
|
Uses of ParamConverter in org.jboss.resteasy.spi |
---|
Methods in org.jboss.resteasy.spi that return ParamConverter | |
---|---|
ParamConverter |
ResteasyProviderFactory.getParamConverter(Class clazz,
Type genericType,
Annotation[] annotations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |