Package io.higson.runtime.engine.core
Interface ParamEngineRuntimeConfigBuilder
- All Known Implementing Classes:
PicoParamEngineRuntimeConfigBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Traverses SmartParamEngine service tree and returns runtime configuration of
engine in form of immutable object.
- Author:
- Adam Dubiel
-
Method Summary
Modifier and TypeMethodDescriptionCreates runtime configuration descriptor for given param engine.
-
Method Details
-
buildConfig
ParamEngineRuntimeConfig buildConfig()Creates runtime configuration descriptor for given param engine.- Returns:
- configuration
-