Home
last modified time | relevance | path

Searched defs:mapperFeatures (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfig.java71 protected MapperConfig(BaseSettings base, int mapperFeatures) in MapperConfig()
77 protected MapperConfig(MapperConfig<T> src, int mapperFeatures) in MapperConfig()
DMapperConfigBase.java186 protected MapperConfigBase(MapperConfigBase<CFG,T> src, int mapperFeatures) in MapperConfigBase()
276 protected abstract T _withMapperFeatures(int mapperFeatures); in _withMapperFeatures()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializationConfig.java179 int mapperFeatures, int serFeatures, in SerializationConfig()
298 protected final SerializationConfig _withMapperFeatures(int mapperFeatures) { in _withMapperFeatures()
DDeserializationConfig.java169 int mapperFeatures, int deserFeatures, in DeserializationConfig()
308 protected final DeserializationConfig _withMapperFeatures(int mapperFeatures) { in _withMapperFeatures()