Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java59 JsonIgnoreProperties.Value vser = v.withAllowGetters(); in testFactories()
83 assertTrue(EMPTY.withAllowGetters().getAllowGetters()); in testMutantFactories()
94 JsonIgnoreProperties.Value v1 = EMPTY.withIgnoreUnknown().withAllowGetters(); in testSimpleMerge()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java290 public Value withAllowGetters() { in withAllowGetters() method in JsonIgnoreProperties.Value