Home
last modified time | relevance | path

Searched refs:_withMapperFeatures (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfigBase.java276 protected abstract T _withMapperFeatures(int mapperFeatures); in _withMapperFeatures() method in MapperConfigBase
299 return _withMapperFeatures(newMapperFlags); in with()
317 return _withMapperFeatures(newMapperFlags); in without()
333 return _withMapperFeatures(newMapperFlags); in with()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializationConfig.java298 protected final SerializationConfig _withMapperFeatures(int mapperFeatures) { in _withMapperFeatures() method in SerializationConfig
DDeserializationConfig.java308 protected final DeserializationConfig _withMapperFeatures(int mapperFeatures) { in _withMapperFeatures() method in DeserializationConfig