Uses of Interface
org.meeuw.json.grep.matching.PathMatcher
-
Packages that use PathMatcher Package Description org.meeuw.json.grep org.meeuw.json.grep.matching org.meeuw.json.grep.parsing -
-
Uses of PathMatcher in org.meeuw.json.grep
Methods in org.meeuw.json.grep with parameters of type PathMatcher Modifier and Type Method Description static OutputStreamSed. transform(OutputStream to, PathMatcher pathMatcher)Constructors in org.meeuw.json.grep with parameters of type PathMatcher Constructor Description Grep(PathMatcher matcher, com.fasterxml.jackson.core.JsonParser jp)GrepMain(PathMatcher pathMatcher)Sed(PathMatcher matcher, com.fasterxml.jackson.core.JsonParser jp)SedMain(PathMatcher pathMatcher) -
Uses of PathMatcher in org.meeuw.json.grep.matching
Classes in org.meeuw.json.grep.matching that implement PathMatcher Modifier and Type Class Description classJavascriptMatcherclassKeysMatchera keys matcher only considers the keys (and indices) of a json path for matching.classNeedsObjectObjectMatcherclassNeverPathMatcherThe matcher that matches never.classNotclassObjectHasKeyMatcherclassObjectMatcherNotclassPathMatcherAndChainclassPathMatcherOrChainclassReplaceScalarMatcherclassScalarEqualsMatcherclassScalarRegexpMatcherMatches the value with a regular expression.classSinglePathMatcherA single path matches precisely one 'path'.Methods in org.meeuw.json.grep.matching that return PathMatcher Modifier and Type Method Description PathMatcher[]PathMatcherOrChain. getMatchers()PathMatcher[]PathMatcherAndChain. getPatterns()Constructors in org.meeuw.json.grep.matching with parameters of type PathMatcher Constructor Description Not(PathMatcher wrapped)PathMatcherAndChain(PathMatcher... matchers)PathMatcherOrChain(PathMatcher... matchers) -
Uses of PathMatcher in org.meeuw.json.grep.parsing
Methods in org.meeuw.json.grep.parsing that return PathMatcher Modifier and Type Method Description protected static PathMatcherParser. parsePathMatcher(String arg, boolean ignoreArrays, boolean needsObject)static PathMatcherParser. parsePathMatcherChain(String arg)static PathMatcherParser. parsePathMatcherChain(String arg, boolean ignoreArrays, boolean needsObject, String recordPrefix)
-