Home
last modified time | relevance | path

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

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java86 assertFalse(EMPTY.withoutAllowSetters().getAllowSetters()); in testMutantFactories()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java303 public Value withoutAllowSetters() { in withoutAllowSetters() method in JsonIgnoreProperties.Value