Uses of Interface
javax.ws.rs.ext.ParamConverter

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
<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.
 

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)
           
 



Copyright © 2012. All Rights Reserved.