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. 
 

Uses of ParamConverter in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return ParamConverter
<T> ParamConverter<T>
ParamConverterProvider.getConverter(java.lang.Class<T> rawType, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
          Obtain a ParamConverter that can provide from/to string conversion for an instance of a particular Java type.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.