java - How can you use Spring Boot validation annotations with Jackson Custom Deserialization? -


so basically, have json payload want deserialize custom object. i'm using jacksondeserializer. i'm using spring validation annotations validate fields. there way spring validation inside deserializer can return appropriate exceptions/errors.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -