Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertyBuilder.java965 return node.withoutIgnored();
1378 public Linked<T> withoutIgnored() {
1380 return (next == null) ? null : next.withoutIgnored();
1383 Linked<T> newNext = next.withoutIgnored();
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java277 public Value withoutIgnored() { in withoutIgnored() method in JsonIgnoreProperties.Value