S - The expected type of the object representing a set of paths.public interface PojoPathFilterFactory<S>
PojoPathFilter instances.| Modifier and Type | Method and Description |
|---|---|
PojoPathFilter<S> |
create(Set<PojoModelPathValueNode> paths) |
PojoPathFilter<S> create(Set<PojoModelPathValueNode> paths)
paths - The set of paths to test for dirtiness.
The set must be non-null and non-empty, and the elements must be non-null.
Container value extractor paths must be completely resolved:
ContainerExtractorPath.defaultExtractors() is an invalid value
that must never appear in the given paths.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.