Searched refs:withoutIgnored (Results 1 – 2 of 2) sorted by relevance
965 return node.withoutIgnored();1378 public Linked<T> withoutIgnored() {1380 return (next == null) ? null : next.withoutIgnored();1383 Linked<T> newNext = next.withoutIgnored();
277 public Value withoutIgnored() { in withoutIgnored() method in JsonIgnoreProperties.Value