| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.settings.updater | |
| dev.dejvokep.boostedyaml.updater.operators |
| Modifier and Type | Method and Description |
|---|---|
static ValueMapper |
ValueMapper.block(Function<Block<?>,Object> mapper) |
static ValueMapper |
ValueMapper.block(Function<Block<?>,Object> mapper) |
static ValueMapper |
ValueMapper.section(BiFunction<Section,Route,Object> mapper) |
static ValueMapper |
ValueMapper.section(BiFunction<Section,Route,Object> mapper) |
static ValueMapper |
ValueMapper.value(Function<Object,Object> mapper) |
static ValueMapper |
ValueMapper.value(Function<Object,Object> mapper) |
| Modifier and Type | Method and Description |
|---|---|
Map<Route,ValueMapper> |
UpdaterSettings.getMappers(String versionId,
char separator)
Returns mappers to apply at the given version ID.
|
Map<Route,ValueMapper> |
UpdaterSettings.getMappers(String versionId,
char separator)
Returns mappers to apply at the given version ID.
|
| Modifier and Type | Method and Description |
|---|---|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMapper(String versionId,
Route route,
ValueMapper mapper)
Adds a mapper to apply to the given route at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMapper(String versionId,
Route route,
ValueMapper mapper)
Adds a mapper to apply to the given route at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMapper(String versionId,
String route,
ValueMapper mapper,
char separator)
Adds a mapper to apply to the given route at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMapper(String versionId,
String route,
ValueMapper mapper,
char separator)
Adds a mapper to apply to the given route at the provided version ID.
|
| Modifier and Type | Method and Description |
|---|---|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(Map<String,Map<Route,ValueMapper>> mappers)
Adds mappers to apply to their respective routes, per version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(Map<String,Map<Route,ValueMapper>> mappers)
Adds mappers to apply to their respective routes, per version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(Map<String,Map<String,ValueMapper>> mappers,
char separator)
Adds mappers to apply to their respective routes, per version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(Map<String,Map<String,ValueMapper>> mappers,
char separator)
Adds mappers to apply to their respective routes, per version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(String versionId,
Map<Route,ValueMapper> mappers)
Adds mappers to apply to their respective routes at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(String versionId,
Map<Route,ValueMapper> mappers)
Adds mappers to apply to their respective routes at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(String versionId,
Map<String,ValueMapper> mappers,
char separator)
Adds mappers to apply to their respective routes at the provided version ID.
|
UpdaterSettings.Builder |
UpdaterSettings.Builder.addMappers(String versionId,
Map<String,ValueMapper> mappers,
char separator)
Adds mappers to apply to their respective routes at the provided version ID.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Mapper.apply(Section section,
Map<Route,ValueMapper> mappers)
Applies the provided mappers to the given section.
|
static void |
Mapper.apply(Section section,
Map<Route,ValueMapper> mappers)
Applies the provided mappers to the given section.
|
Copyright © 2024. All rights reserved.