Searched refs:getDefaultPropertyIgnorals (Results 1 – 6 of 6) sorted by relevance
488 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType); in getDefaultPropertyIgnorals() method in MapperConfig498 public abstract JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() method in MapperConfig
644 public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> type) { in getDefaultPropertyIgnorals() method in MapperConfigBase658 public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, in getDefaultPropertyIgnorals() method in MapperConfigBase664 JsonIgnoreProperties.Value overrides = getDefaultPropertyIgnorals(baseType); in getDefaultPropertyIgnorals()
638 … JsonIgnoreProperties.Value ignorals = config.getDefaultPropertyIgnorals(beanDesc.getBeanClass(), in filterBeanProperties()
823 JsonIgnoreProperties.Value ignorals = config.getDefaultPropertyIgnorals(Map.class, in buildMapSerializer()
500 .getDefaultPropertyIgnorals(beanDesc.getBeanClass(), in addBeanProps()
1384 … JsonIgnoreProperties.Value ignorals = config.getDefaultPropertyIgnorals(Map.class, in createMapDeserializer()