Closed Pyrofab closed 4 years ago
This PR makes the configuration tree structure immutable, and provides new builders to create it.
Main changes :
ConfigNodeBuilder
Node
NodeLike
note: this PR is built on #23 and #25
Thanks!
This PR makes the configuration tree structure immutable, and provides new builders to create it.
Main changes :
ConfigNodeBuilder
is the main way to create nodesNode
has been moved toConfigNodeBuilder
ConfigNodeBuilder
andNode
implement a new interface,NodeLike
note: this PR is built on #23 and #25