public class TestParamConverterProvider extends Object implements jakarta.ws.rs.ext.ParamConverterProvider
| Constructor and Description |
|---|
TestParamConverterProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> jakarta.ws.rs.ext.ParamConverter<T> |
getConverter(Class<T> aClass,
Type type,
Annotation[] annotations) |
public <T> jakarta.ws.rs.ext.ParamConverter<T> getConverter(Class<T> aClass, Type type, Annotation[] annotations)
getConverter in interface jakarta.ws.rs.ext.ParamConverterProviderCopyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.