Home
last modified time | relevance | path

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

/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIncludeProperties.java107 final Set<String> otherIncluded; in withOverrides() local
109 if (overrides == null || (otherIncluded = overrides.getIncluded()) == null) { in withOverrides()
118 for (String incl : otherIncluded) { in withOverrides()