Is there a way for Jettison to ignore unknown properties in JSON objects in EAP 6?
Issue
- Jackson has the
@JsonIgnoreProperties(ignoreUnknown = true)annotation which ignores the unknown properties when marshalling to JAXB POJO. - Do we have something similar in Jettision or any other way to do this?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6
- RESTEasy
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.