public class Path extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Path.PathBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Path |
parse(String path) |
com.google.gson.JsonElement |
read(com.google.gson.JsonElement element) |
String |
toString() |
public static Path parse(String path) throws JsonPathParseException
JsonPathParseExceptionpublic com.google.gson.JsonElement read(com.google.gson.JsonElement element)
Copyright © 2021. All rights reserved.