Class JacksonComponentEventResultProcessor<T>

java.lang.Object
org.apache.tapestry5.rest.jackson.internal.JacksonComponentEventResultProcessor<T>
All Implemented Interfaces:
ComponentEventResultProcessor<T>

Handles mapped entity class instances using Jackson Databind when they're returned by event handler methods. It uses the ObjectMapper instance provided by ObjectMapperSource.
Since:
5.8.0
See Also: