@Singleton public static class ParamConverters.DateProvider extends Object implements ParamConverterProvider
param converter that convert the supplied string into a Java
Date instance using conversion method from the
http date formatter utility class.| Modifier | Constructor and Description |
|---|---|
protected |
DateProvider(boolean canReturnNull) |
| Modifier and Type | Method and Description |
|---|---|
<T> ParamConverter<T> |
getConverter(Class<T> rawType,
Type genericType,
Annotation[] annotations) |
public <T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
getConverter in interface ParamConverterProviderCopyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.