JAX-RS service with LocalDate @QueryParam

thumbnail
Aleksey Kashytsa, modificat fa 6 anys. New Member Apunts: 13 Data d'incorporació: 22/03/18 Publicacions recents
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?