All Classes and Interfaces

Class
Description
 
A Jackson serializer that translates an Errors instance into a Map keyed by field and the FieldErrors as values.
A model object to allow replacing the error messages rendered for field errors with custom details.
Simple implementation of MessageSourceResolvable to trigger translation of the given code(s).
HandlerMethodArgumentResolver for MappedPayloads.MappedPayload parameters in Spring MVC controllers.
Configuration properties for the handling of MappedPayloads.MappedPayload binding.
A monadic type to implement Spring MVC handler methods in a functional way.
 
A monadic type to work with a mapped payload alongside Errors to build up pipelines to eventually result in an HttpEntity based on the processing steps.
An HttpMessageConverter that immediately renders MessageSourceResolvable instances returned from a Spring MVC controller as plain text if MediaType.TEXT_PLAIN is requested.
 
A delegate for a YAVI Validator that can also be handed into MappedPayloads.MappedPayload.validate(BiConsumer) right away to trigger validation