public class Parser extends Object
Modifier and Type | Method and Description |
---|---|
protected static void |
parseKeyPattern(List<KeysPattern> list,
String arg) |
static SinglePathMatcher |
parseKeysMatcher(String arg,
boolean ignoreArrays) |
protected static PathMatcher |
parsePathMatcher(String arg,
boolean ignoreArrays,
boolean needsObject) |
static PathMatcher |
parsePathMatcherChain(String arg) |
static PathMatcher |
parsePathMatcherChain(String arg,
boolean ignoreArrays,
boolean needsObject,
String recordPrefix) |
public static PathMatcher parsePathMatcherChain(String arg)
public static PathMatcher parsePathMatcherChain(String arg, boolean ignoreArrays, boolean needsObject, String recordPrefix)
protected static PathMatcher parsePathMatcher(String arg, boolean ignoreArrays, boolean needsObject)
public static SinglePathMatcher parseKeysMatcher(String arg, boolean ignoreArrays)
protected static void parseKeyPattern(List<KeysPattern> list, String arg)
Copyright © 2021. All rights reserved.