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

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -