Class NodeValue<V>

  • Type Parameters:
    V - the value type of the node.
    All Implemented Interfaces:
    SettingsNode, com.saicone.types.ValueType<Object>
    Direct Known Subclasses:
    NodeKey

    public abstract class NodeValue<V>
    extends Object
    implements SettingsNode
    Abstract class that represents a node multi-layer value along with comments.
    Any type transformation will be cached.