Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DBeanDeserializerBase.java844 …final Set<String> newNamesToInclude = IgnorePropertiesUtil.combineNamesToInclude(prevNamesToInclud… in _handleByNameInclusion() local
848 || (newNamesToInclude != prevNamesToInclude)) { in _handleByNameInclusion()
849 contextual = contextual.withByNameInclusion(newNamesToIgnore, newNamesToInclude); in _handleByNameInclusion()