Home
last modified time | relevance | path

Searched defs:filterOutAllExcept (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
H A DSimpleBeanPropertyFilter.java60 public static SimpleBeanPropertyFilter filterOutAllExcept(Set<String> properties) { in filterOutAllExcept() method in SimpleBeanPropertyFilter
64 public static SimpleBeanPropertyFilter filterOutAllExcept(String... propertyArray) { in filterOutAllExcept() method in SimpleBeanPropertyFilter