Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java84 assertFalse(EMPTY.withoutAllowGetters().getAllowGetters()); in testMutantFactories()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java294 public Value withoutAllowGetters() { in withoutAllowGetters() method in JsonIgnoreProperties.Value