Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DSerializationConfig.java364 int newSerFeatures = _serFeatures | feature.getMask(); in with() local
377 int newSerFeatures = _serFeatures | first.getMask(); in with() local
393 int newSerFeatures = _serFeatures; in withFeatures() local
409 int newSerFeatures = _serFeatures & ~feature.getMask(); in without() local
422 int newSerFeatures = _serFeatures & ~first.getMask(); in without() local
438 int newSerFeatures = _serFeatures; in withoutFeatures() local