Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java66 JsonIgnoreProperties.Value vdeser = v.withAllowSetters(); in testFactories()
85 assertTrue(EMPTY.withAllowSetters().getAllowSetters()); in testMutantFactories()
137 EMPTY.withAllowSetters() in testToString()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java299 public Value withAllowSetters() { in withAllowSetters() method in JsonIgnoreProperties.Value