| Package | Description |
|---|---|
| me.lucko.helper.config.typeserializers | |
| me.lucko.helper.datatree | |
| me.lucko.helper.gson.typeadapters |
| Modifier and Type | Method and Description |
|---|---|
DataTree |
JsonTreeTypeSerializer.deserialize(com.google.common.reflect.TypeToken<?> typeToken,
ninja.leaping.configurate.ConfigurationNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonTreeTypeSerializer.serialize(com.google.common.reflect.TypeToken<?> typeToken,
DataTree dataTree,
ninja.leaping.configurate.ConfigurationNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurateDataTree |
class |
GsonDataTree |
| Modifier and Type | Method and Description |
|---|---|
DataTree |
DataTree.resolve(Object... path)
Resolves the given path.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends DataTree> |
DataTree.asArray()
Gets a stream of the member nodes, as if this tree was a
JsonArray. |
Stream<? extends Map.Entry<Integer,? extends DataTree>> |
DataTree.asIndexedArray()
Gets an indexed stream of the member nodes, as if this tree was a
JsonArray. |
Stream<? extends Map.Entry<String,? extends DataTree>> |
DataTree.asObject()
Gets a stream of the member nodes, as if this tree was a
JsonObject. |
| Modifier and Type | Method and Description |
|---|---|
DataTree |
JsonElementTreeSerializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonElementTreeSerializer.serialize(DataTree src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2022. All rights reserved.