@Singleton
public static class ParamConverters.DateProvider
extends java.lang.Object
implements javax.ws.rs.ext.ParamConverterProvider
param converter that convert the supplied string into a Java
Date instance using conversion method from the
http date formatter utility class.| Constructor and Description |
|---|
DateProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> javax.ws.rs.ext.ParamConverter<T> |
getConverter(java.lang.Class<T> rawType,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations) |