| Package | Description |
|---|---|
| me.lucko.helper.datatree |
| Modifier and Type | Method and Description |
|---|---|
static GsonDataTree |
DataTree.from(com.google.gson.JsonElement element)
Creates a new
DataTree from a JsonElement. |
GsonDataTree |
GsonDataTree.resolve(Object... path) |
| Modifier and Type | Method and Description |
|---|---|
Stream<GsonDataTree> |
GsonDataTree.asArray() |
Stream<Map.Entry<Integer,GsonDataTree>> |
GsonDataTree.asIndexedArray() |
Stream<Map.Entry<String,GsonDataTree>> |
GsonDataTree.asObject() |
Copyright © 2022. All rights reserved.