Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
<T> ParamConverter<T> |
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. |
Modifier and Type | Field and Description |
---|---|
protected ParamConverter |
StringParameterInjector.paramConverter |
Modifier and Type | Method and Description |
---|---|
ParamConverter |
ThreadLocalResteasyProviderFactory.getParamConverter(Class clazz,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
ParamConverter |
ResteasyProviderFactory.getParamConverter(Class clazz,
Type genericType,
Annotation[] annotations) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.