| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.serialization | |
| dev.dejvokep.boostedyaml.serialization.standard | |
| dev.dejvokep.boostedyaml.settings.general |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<Object,Object> |
YamlSerializer.serialize(T object,
MapSupplier supplier)
Attempts to serialize the given object into a map and returns it.
|
<T> Map<Object,Object> |
YamlSerializer.serialize(T object,
MapSupplier supplier)
Attempts to serialize the given object into a map and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Map<Object,Object> |
StandardSerializer.serialize(T object,
MapSupplier supplier) |
<T> Map<Object,Object> |
StandardSerializer.serialize(T object,
MapSupplier supplier) |
| Modifier and Type | Field and Description |
|---|---|
static MapSupplier |
GeneralSettings.DEFAULT_MAP
Default map supplier.
|
static MapSupplier |
GeneralSettings.DEFAULT_MAP
Default map supplier.
|
| Modifier and Type | Method and Description |
|---|---|
MapSupplier |
GeneralSettings.getDefaultMapSupplier()
Returns default map supplier to use to supply map instances during loading/creating new sections/when needed.
|
MapSupplier |
GeneralSettings.getDefaultMapSupplier()
Returns default map supplier to use to supply map instances during loading/creating new sections/when needed.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralSettings.Builder |
GeneralSettings.Builder.setDefaultMap(MapSupplier defaultMap)
Sets default map supplier used to supply map instances during loading/creating new sections/when needed.
|
GeneralSettings.Builder |
GeneralSettings.Builder.setDefaultMap(MapSupplier defaultMap)
Sets default map supplier used to supply map instances during loading/creating new sections/when needed.
|
Copyright © 2022. All rights reserved.