Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java32 JsonIgnoreProperties.Value v = EMPTY.withoutMerge(); in testEquality()
89 assertFalse(EMPTY.withoutMerge().getMerge()); in testMutantFactories()
97 JsonIgnoreProperties.Value v2b = EMPTY.withoutMerge(); in testSimpleMerge()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java313 public Value withoutMerge() { in withoutMerge() method in JsonIgnoreProperties.Value