Ignoring Data
JsonIgnoreProperties
Allows ignoring properties, avoiding possible problems when deserializing.
@JsonIgnoreProperties(ignoreUnknown = true)
public class Employee
Last updated
Was this helpful?
Allows ignoring properties, avoiding possible problems when deserializing.
@JsonIgnoreProperties(ignoreUnknown = true)
public class Employee
Last updated
Was this helpful?