public class JsonApiParser extends Object
Constructor and Description |
---|
JsonApiParser() |
Modifier and Type | Method and Description |
---|---|
static String |
normalizePath(String path)
Normalize request path
|
static org.antlr.v4.runtime.tree.ParseTree |
parse(String path)
Compile request to AST.
|
public static String normalizePath(String path)
path
- request pathpublic static org.antlr.v4.runtime.tree.ParseTree parse(String path)
path
- requestCopyright © 2015–2021 Yahoo! Inc.. All rights reserved.