public class Match extends Object
| Constructor and Description |
|---|
Match(com.google.gson.JsonElement root,
Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
com.google.gson.JsonElement |
getRoot() |
boolean |
hasImmediateParent() |
boolean |
isFound() |
static Match |
match(com.google.gson.JsonElement root,
Path path) |
static Match |
match(String json,
String path) |
public Match(com.google.gson.JsonElement root,
Path path)
public static Match match(String json, String path) throws SubdocException
SubdocExceptionpublic static Match match(com.google.gson.JsonElement root, Path path) throws SubdocException
SubdocExceptionpublic void execute()
throws SubdocException
SubdocExceptionpublic boolean isFound()
public boolean hasImmediateParent()
public com.google.gson.JsonElement getRoot()
Copyright © 2017. All rights reserved.