- All Implemented Interfaces:
- javax.ws.rs.ext.ParamConverter<Date>
public class DateParamConverter
extends Object
implements javax.ws.rs.ext.ParamConverter<Date>
ParamConverter to convert String parameters to Date objects and vice versa.
The expected date format is "yyyy-MM-dd HH:mm:ss".