| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.configuration | |
| org.bspfsystems.yamlconfiguration.serialization |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigurationSerializable> |
ConfigurationSection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz)
Gets the
ConfigurationSerializable value of type T at the
given path. |
<T extends ConfigurationSerializable> |
MemorySection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz)
Gets the
ConfigurationSerializable value of type T at the
given path. |
<T extends ConfigurationSerializable> |
ConfigurationSection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz,
T def)
Gets the
ConfigurationSerializable value of type T value
at the given path. |
<T extends ConfigurationSerializable> |
MemorySection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz,
T def)
Gets the
ConfigurationSerializable value of type T value
at the given path. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable ConfigurationSerializable |
ConfigurationSerialization.deserializeObject(@NotNull Map<String,?> map)
Attempts to deserialize the given arguments into a new instance of the
given class.
|
static @Nullable ConfigurationSerializable |
ConfigurationSerialization.deserializeObject(@NotNull Map<String,?> map,
@NotNull Class<? extends ConfigurationSerializable> clazz)
|
Copyright © 2022 BSPF Systems, LLC. All rights reserved.