Class ParamConverterProviderTwo
java.lang.Object
ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.ParamConverterProviderTwo
- All Implemented Interfaces:
jakarta.ws.rs.ext.ParamConverterProvider
@Provider
@Priority(99)
public class ParamConverterProviderTwo
extends Object
implements jakarta.ws.rs.ext.ParamConverterProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> jakarta.ws.rs.ext.ParamConverter<T>
getConverter
(Class<T> rawType, Type genericType, Annotation[] annotations)
-
Constructor Details
-
ParamConverterProviderTwo
public ParamConverterProviderTwo()
-
-
Method Details
-
getConverter
public <T> jakarta.ws.rs.ext.ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations) - Specified by:
getConverter
in interfacejakarta.ws.rs.ext.ParamConverterProvider
-