Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationConfig.java359 int newDeserFeatures = (_deserFeatures | feature.getMask()); in with() local
373 int newDeserFeatures = _deserFeatures | first.getMask(); in with() local
389 int newDeserFeatures = _deserFeatures; in withFeatures() local
405 int newDeserFeatures = _deserFeatures & ~feature.getMask(); in without() local
419 int newDeserFeatures = _deserFeatures & ~first.getMask(); in without() local
435 int newDeserFeatures = _deserFeatures; in withoutFeatures() local