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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingResult<T>bind(ConfijNode leafNode)NodeDefinition.NodeDefinitionLeafdescribe(NodeBindingContext nodeBindingContext)
-
-
-
Method Detail
-
describe
public NodeDefinition.NodeDefinitionLeaf describe(NodeBindingContext nodeBindingContext)
- Specified by:
describein interfaceConfigBinding<T>
-
bind
public BindingResult<T> bind(ConfijNode leafNode)
- Specified by:
bindin interfaceConfigBinding<T>
-
-