Package ch.kk7.confij.binding.array
Class ArrayBinding<T>
java.lang.Object
ch.kk7.confij.binding.array.ArrayBinding<T>
- All Implemented Interfaces:
ConfigBinding<java.lang.Object>
public class ArrayBinding<T> extends java.lang.Object implements ConfigBinding<java.lang.Object>
-
Constructor Summary
Constructors Constructor Description ArrayBinding(BindingType bindingType, ConfigBinder configBinder) -
Method Summary
Modifier and Type Method Description BindingResult<java.lang.Object>bind(ConfijNode config)binds to Object instead of T[] since it also handles primitive arraysNodeDefinition.NodeDefinitionListdescribe(NodeBindingContext nodeBindingContext)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayBinding
-
-
Method Details
-
describe
- Specified by:
describein interfaceConfigBinding<T>
-
bind
binds to Object instead of T[] since it also handles primitive arrays- Specified by:
bindin interfaceConfigBinding<T>
-