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.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes. 
 

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.glassfish.jersey.server.internal.inject
 

Methods in org.glassfish.jersey.server.internal.inject that return ParamConverter
<T> ParamConverter<T>
JaxbStringReaderProvider.RootElementProvider.getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
           
<T> ParamConverter<T>
ParamConverterFactory.getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.