S
- The expected type of the object representing a set of paths.public interface PojoPathFilter<S>
Used in particular in dirty checking,
see PojoImplicitReindexingResolver
.
Modifier and Type | Method and Description |
---|---|
static <S> PojoPathFilter<S> |
empty() |
boolean |
test(S paths)
Determines if any path in the given set of paths of is accepted by this filter.
|
boolean test(S paths)
This method may be called very often. Implementations should take care to organize their internal data adequately, so that lookups are fast.
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.static <S> PojoPathFilter<S> empty()
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.