jackson « Annotation « Spring Q&A





1. Is there any jackson json strategy (using annotations or another way), that will execute some logic prior and post deserialization of field?    stackoverflow.com

I need to execute some code after each deserialization is done on a POJO's fields. Is there any way I can do this through some jackson annotation (or other) strategy? ...