| Class | Description |
|---|---|
| SpringletsWebJacksonConfiguration |
Configuration class to register the following beans for usage with Spring MVC:
*
BindingResultModule: Jackson module to register the serializers below:
** BindingResultSerializer: to serialize BindingResult
objects.
** FieldErrorSerializer: to serialize FieldError objects
* Hibernate5Module: Jackson module to support JSON serialization and deserialization
of Hibernate datatypes and properties. |
| Annotation Type | Description |
|---|---|
| EnableSpringletsWebJacksonSupport |
Annotation to automatically register the
SpringletsWebJacksonConfiguration. |
Copyright © 2018 DISID Corporation. All rights reserved.