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
Modifier and Type Method Description BindingResult<T>bind(ConfijNode config)NodeDefinition.NodeDefinitionMapdescribe(NodeBindingContext nodeBindingContext)protected booleanisEmpty(java.lang.Object value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InterfaceBinding
-
-
Method Details
-
describe
- Specified by:
describein interfaceConfigBinding<T>
-
bind
- Specified by:
bindin interfaceConfigBinding<T>
-
isEmpty
protected boolean isEmpty(java.lang.Object value)
-