Searched refs:withIgnored (Results 1 – 2 of 2) sorted by relevance
76 assertEquals(2, EMPTY.withIgnored("a", "b").getIgnored().size()); in testMutantFactories()77 assertEquals(1, EMPTY.withIgnored(Collections.singleton("x")).getIgnored().size()); in testMutantFactories()78 assertEquals(0, EMPTY.withIgnored((Set<String>) null).getIgnored().size()); in testMutantFactories()96 .withIgnored("a"); in testSimpleMerge()122 JsonIgnoreProperties.Value v1 = EMPTY.withIgnored("a"); in testMergeIgnoreProperties()123 JsonIgnoreProperties.Value v2 = EMPTY.withIgnored("b"); in testMergeIgnoreProperties()124 JsonIgnoreProperties.Value v3 = EMPTY.withIgnored("c"); in testMergeIgnoreProperties()
225 return EMPTY.withIgnored(propNames); in forIgnoredProperties()232 return EMPTY.withIgnored(_asSet(propNames)); in forIgnoredProperties()269 public Value withIgnored(Set<String> ignored) { in withIgnored() method in JsonIgnoreProperties.Value273 public Value withIgnored(String... ignored) { in withIgnored() method in JsonIgnoreProperties.Value