Searched refs:_asSet (Results 1 – 2 of 2) sorted by relevance
151 return construct(_asSet(src.value()), in from()232 return EMPTY.withIgnored(_asSet(propNames)); in forIgnoredProperties()274 return construct(_asSet(ignored), _ignoreUnknown, _allowGetters, _allowSetters, _merge); in withIgnored()414 private static Set<String> _asSet(String[] v) { in _asSet() method in JsonIgnoreProperties.Value
75 return new Value(_asSet(src.value())); in from()152 private static Set<String> _asSet(String[] v) in _asSet() method in JsonIncludeProperties.Value