Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java30 assertSame(EMPTY, EMPTY.withMerge()); in testEquality()
88 assertTrue(EMPTY.withMerge().getMerge()); in testMutantFactories()
95 JsonIgnoreProperties.Value v2a = EMPTY.withMerge() in testSimpleMerge()
138 .withMerge() in testToString()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java308 public Value withMerge() { in withMerge() method in JsonIgnoreProperties.Value