Class SnapshotConfigNode

java.lang.Object
tech.guilhermekaua.spigotboot.config.node.AbstractValueConfigNode
tech.guilhermekaua.spigotboot.config.node.SnapshotConfigNode
All Implemented Interfaces:
ConfigNode

public final class SnapshotConfigNode extends AbstractValueConfigNode
Detached immutable ConfigNode backed by plain map/list/scalar values.

Used when resolution needs to rebuild part of a node tree without mutating the original implementation-specific node instance.