public class LeafBinding<T> extends java.lang.Object implements ConfigBinding<T>
| Constructor and Description |
|---|
LeafBinding() |
| Modifier and Type | Method and Description |
|---|---|
BindingResult<T> |
bind(ConfijNode leafNode) |
NodeDefinition.NodeDefinitionLeaf |
describe(NodeBindingContext nodeBindingContext) |
public NodeDefinition.NodeDefinitionLeaf describe(NodeBindingContext nodeBindingContext)
describe in interface ConfigBinding<T>public BindingResult<T> bind(ConfijNode leafNode)
bind in interface ConfigBinding<T>