Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
JAX-RS service with LocalDate @QueryParam
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?