Uses of Class
com.fasterxml.jackson.annotation.JsonIgnoreProperties
-
Packages that use JsonIgnoreProperties Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works. -
-
Uses of JsonIgnoreProperties in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return types with arguments of type JsonIgnoreProperties Modifier and Type Method Description Class<JsonIgnoreProperties>JsonIgnoreProperties.Value. valueFor()Methods in com.fasterxml.jackson.annotation with parameters of type JsonIgnoreProperties Modifier and Type Method Description static JsonIgnoreProperties.ValueJsonIgnoreProperties.Value. from(JsonIgnoreProperties src)
-