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.ParamConverterProvider
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.