| Package | Description |
|---|---|
| org.bspfsystems.yamlconfiguration.configuration | |
| org.bspfsystems.yamlconfiguration.serialization |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigurationSerializable> |
MemorySection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz)
Gets the configuration serializable value of type
T at the given
path. |
<T extends ConfigurationSerializable> |
ConfigurationSection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz)
Gets the configuration serializable value of type
T at the given
path. |
<T extends ConfigurationSerializable> |
MemorySection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz,
T def)
Gets the configuration serializable value of type
T value at the
given path. |
<T extends ConfigurationSerializable> |
ConfigurationSection.getSerializable(@NotNull String path,
@NotNull Class<T> clazz,
T def)
Gets the configuration serializable 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 map into a new instance of any known
type of configuration serializable that may be indicated by the data
contained within the map itself.
|
static @Nullable ConfigurationSerializable |
ConfigurationSerialization.deserializeObject(@NotNull Map<String,?> map,
@NotNull Class<? extends ConfigurationSerializable> clazz)
Attempts to deserialize the given map into a new instance of the given
class.
|
Copyright © 2024 BSPF Systems, LLC. All rights reserved.