Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DSerializationConfig.java624 int parserMask = _generatorFeaturesToChange; in _withJsonWriteFeatures() local
651 int parserMask = _generatorFeaturesToChange; in _withoutJsonWriteFeatures() local
H A DDeserializationConfig.java624 int parserMask = _parserFeaturesToChange; in _withJsonReadFeatures() local
651 int parserMask = _parserFeaturesToChange; in _withoutJsonReadFeatures() local