Ignoring Data

JsonIgnoreProperties

Allows ignoring properties, avoiding possible problems when deserializing.

@JsonIgnoreProperties(ignoreUnknown = true)
public class Employee

Last updated