Package ch.kk7.confij.pipeline
Class ConfijPipelineImpl<T>
java.lang.Object
ch.kk7.confij.pipeline.ConfijPipelineImpl<T>
- All Implemented Interfaces:
ConfijPipeline<T>
public class ConfijPipelineImpl<T> extends java.lang.Object implements ConfijPipeline<T>
-
Constructor Summary
Constructors Constructor Description ConfijPipelineImpl() -
Method Summary
Modifier and Type Method Description protected BindingResult<T>bind(ConfijNode rootNode)Tbuild()protected ConfijNodenewDefaultConfig()protected ConfijNodereadConfigToNode()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConfijPipelineImpl
public ConfijPipelineImpl()
-
-
Method Details
-
newDefaultConfig
-
readConfigToNode
-
bind
-
build
- Specified by:
buildin interfaceConfijPipeline<T>
-