public final class StringSetPojoPathFilter extends Object implements PojoPathFilter<Set<String>>
Completely ignores container value extractors.
Constructor and Description |
---|
StringSetPojoPathFilter(Set<String> acceptedPaths) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Set<String> paths)
Determines if any path in the given set of paths of is accepted by this filter.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
empty
public boolean test(Set<String> paths)
PojoPathFilter
This method may be called very often. Implementations should take care to organize their internal data adequately, so that lookups are fast.
test
in interface PojoPathFilter<Set<String>>
paths
- An object representing a set of paths. Never null
.true
if any path in the given set is accepted by this filter,
false
otherwise.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.