public class PathBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RELATIONSHIP_MARK |
static String |
SEPARATOR |
| Constructor and Description |
|---|
PathBuilder(ResourceRegistry resourceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildPath(JsonPath jsonPath)
Creates a path using the provided JsonPath structure.
|
JsonPath |
buildPath(String path)
Parses path provided by the application.
|
public static final String SEPARATOR
public static final String RELATIONSHIP_MARK
public PathBuilder(ResourceRegistry resourceRegistry)
public JsonPath buildPath(String path)
path - Path to be parsedCopyright © 2015. All Rights Reserved.