@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 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 ParamConverterProvider
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.