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 -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -