Interface DedicatedNode<A,V,N extends org.core.config.ConfigurationNode.KnownParser<?,V>>

All Known Implementing Classes:
CollectionDedicatedNode, ObjectDedicatedNode, RawDedicatedNode

public interface DedicatedNode<A,V,N extends org.core.config.ConfigurationNode.KnownParser<?,V>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.core.config.ConfigurationStream stream, A value)
     
     
     
  • Method Details

    • getNode

      N getNode()
    • getKeyName

      String getKeyName()
    • apply

      void apply(org.core.config.ConfigurationStream stream, A value)