| Package | Description | 
|---|---|
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the API. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| <T> ParamConverter<T> | ParamConverterProvider. getConverter(Class<T> rawType,
            Type genericType,
            Annotation[] annotations) | Obtain a  ParamConverterthat can provide from/to string conversion
 for an instance of a particular Java type. | 
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.