JAX-RS service with LocalDate @QueryParam

thumbnail
Aleksey Kashytsa, modified 6 Years ago. New Member Posts: 13 Join Date: 3/22/18 Recent Posts
Hi All! I'm developing JAX-RS service which has methods with @QueryParam LocalDate. Invoking the service I have error: "Parameter Class java.time.LocalDate has no constructor with single String parameter, static valueOf(String) or fromString(String) methods". I've tried to create @Provider MyDateConverterProvider implements ParamConverterProvider but this has no effects. Is there way to use @QueryParam with type LocalDate in JAX-RS services?