Home
last modified time | relevance | path

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

/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java237 : EMPTY.withoutIgnoreUnknown(); in forIgnoreUnknown()
285 public Value withoutIgnoreUnknown() { in withoutIgnoreUnknown() method in JsonIgnoreProperties.Value
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java81 assertFalse(EMPTY.withoutIgnoreUnknown().getIgnoreUnknown()); in testMutantFactories()