Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DSimpleBeanPropertyFilter.java70 public static SimpleBeanPropertyFilter serializeAllExcept(Set<String> properties) { in serializeAllExcept() method in SimpleBeanPropertyFilter
74 public static SimpleBeanPropertyFilter serializeAllExcept(String... propertyArray) { in serializeAllExcept() method in SimpleBeanPropertyFilter