I have a class which I'm trying to serialize with Jackson and it is wrapped in a dynamic proxy that does Hibernate method validation. What is the best way to get Jackson to ignore my Method validation proxy?
Asked
Active
Viewed 900 times
0
-
1Are you already using Jackson Hibernate module (https://github.com/FasterXML/jackson-module-hibernate)? – StaxMan Nov 03 '11 at 15:10
-
I am not using it. I'll give it a try and see if it resolves my issues. – MightyMoose Nov 04 '11 at 20:28