Package com.mayam.wf.ws.rest
Class ParamConverters
java.lang.Object
com.mayam.wf.ws.rest.ParamConverters
- All Implemented Interfaces:
jakarta.ws.rs.ext.ParamConverterProvider
@Provider
public class ParamConverters
extends Object
implements jakarta.ws.rs.ext.ParamConverterProvider
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> jakarta.ws.rs.ext.ParamConverter
<T> getConverter
(Class<T> rawType, Type genericType, Annotation[] annotations)
-
Constructor Details
-
ParamConverters
public ParamConverters()
-
-
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
-