Package ch.kk7.confij.binding.leaf
Class LeafBinding<T>
java.lang.Object
ch.kk7.confij.binding.leaf.LeafBinding<T>
- All Implemented Interfaces:
ConfigBinding<T>
public class LeafBinding<T> extends java.lang.Object implements ConfigBinding<T>
-
Constructor Summary
Constructors Constructor Description LeafBinding() -
Method Summary
Modifier and Type Method Description BindingResult<T>bind(ConfijNode leafNode)NodeDefinition.NodeDefinitionLeafdescribe(NodeBindingContext nodeBindingContext)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LeafBinding
public LeafBinding()
-
-
Method Details
-
describe
- Specified by:
describein interfaceConfigBinding<T>
-
bind
- Specified by:
bindin interfaceConfigBinding<T>
-