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.