Package org.spongepowered.configurate.transformation
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.configurate.transformation
Configuration tree transformations
Transformations in this package can be used to evolve a configuration
structure over time. Builders are in the
ConfigurationTransformation
class, and provide simple, chained, and versioned transformations for
any node.
-
ClassDescriptionRepresents a set of transformations on a configuration.Builds a basic
ConfigurationTransformation
.A transformation that is aware of node versions.Builds a versionedConfigurationTransformation
.Strategy to use when moving a node from one path to another.Represents an action to be performed that transforms a node in the configuration tree.