Class ParamConverters.DateProvider
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.ParamConverters.DateProvider
-
- All Implemented Interfaces:
ParamConverterProvider
- Enclosing class:
- ParamConverters
@Singleton public static class ParamConverters.DateProvider extends Object implements ParamConverterProvider
Provider ofparam converterthat convert the supplied string into a JavaDateinstance using conversion method from thehttp date formatterutility class.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDateProvider(boolean canReturnNull)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ParamConverter<T>getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
-
-
-
Method Detail
-
getConverter
public <T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
- Specified by:
getConverterin interfaceParamConverterProvider
-
-