Home
last modified time | relevance | path

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

/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java151 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
DJsonIncludeProperties.java75 return new Value(_asSet(src.value())); in from()
152 private static Set<String> _asSet(String[] v) in _asSet() method in JsonIncludeProperties.Value