Home
last modified time | relevance | path

Searched defs:getDefaultPropertyIgnorals (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfig.java488 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType); in getDefaultPropertyIgnorals() method in MapperConfig
498 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() method in MapperConfig
DMapperConfigBase.java644 public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> type) { in getDefaultPropertyIgnorals() method in MapperConfigBase
658 public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() method in MapperConfigBase