Package org.meeuw.json.grep.matching
Class PathMatcher.MatchResult
- java.lang.Object
-
- org.meeuw.json.grep.matching.PathMatcher.MatchResult
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing interface:
- PathMatcher
public static class PathMatcher.MatchResult extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description MatchResult(ParseEvent event, boolean matches)MatchResult(ParseEvent event, int weigth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Constructor Detail
-
MatchResult
public MatchResult(ParseEvent event, boolean matches)
-
MatchResult
public MatchResult(ParseEvent event, int weigth)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-