Class DateParamConverterProvider
java.lang.Object
org.apache.syncope.common.rest.api.DateParamConverterProvider
- All Implemented Interfaces:
ParamConverterProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
-
Constructor Details
-
DateParamConverterProvider
public DateParamConverterProvider()
-
-
Method Details
-
getConverter
public <T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations) - Specified by:
getConverterin interfaceParamConverterProvider
-