Package ch.kk7.confij.binding.intf
Class InterfaceBinding<T>
- java.lang.Object
-
- ch.kk7.confij.binding.intf.InterfaceBinding<T>
-
- All Implemented Interfaces:
ConfigBinding<T>
public class InterfaceBinding<T> extends java.lang.Object implements ConfigBinding<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterfaceBinding.AttributeInformation
-
Constructor Summary
Constructors Constructor Description InterfaceBinding(BindingType bindingType, ConfigBinder configBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingResult<T>bind(ConfijNode config)NodeDefinition.NodeDefinitionMapdescribe(NodeBindingContext nodeBindingContext)protected booleanisEmpty(java.lang.Object value)
-
-
-
Constructor Detail
-
InterfaceBinding
public InterfaceBinding(BindingType bindingType, ConfigBinder configBinder)
-
-
Method Detail
-
describe
public NodeDefinition.NodeDefinitionMap describe(NodeBindingContext nodeBindingContext)
- Specified by:
describein interfaceConfigBinding<T>
-
bind
public BindingResult<T> bind(ConfijNode config)
- Specified by:
bindin interfaceConfigBinding<T>
-
isEmpty
protected boolean isEmpty(java.lang.Object value)
-
-