Class ExistsConstraint
java.lang.Object
io.fluxcapacitor.common.api.search.constraints.PathConstraint
io.fluxcapacitor.common.api.search.constraints.ExistsConstraint
- All Implemented Interfaces:
Constraint
public class ExistsConstraint extends PathConstraint
-
Field Summary
Fields inherited from interface io.fluxcapacitor.common.api.search.Constraint
noOp -
Constructor Summary
Constructors Constructor Description ExistsConstraint() -
Method Summary
Modifier and Type Method Description static ExistsConstraintexists(@NonNull String path)StringgetPath()protected booleanmatches(Document.Entry entry)Methods inherited from class io.fluxcapacitor.common.api.search.constraints.PathConstraint
checkPathBeforeEntry, hasPathConstraint, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.common.api.search.Constraint
and, decompose, or
-
Constructor Details
-
ExistsConstraint
public ExistsConstraint()
-
-
Method Details
-
exists
-
matches
- Specified by:
matchesin classPathConstraint
-
getPath
- Specified by:
getPathin classPathConstraint
-