Uses of Class
io.higson.runtime.engine.config.pico.ParamRuntimeConfigParameters
Packages that use ParamRuntimeConfigParameters
-
Uses of ParamRuntimeConfigParameters in io.higson.runtime.engine.core
Constructors in io.higson.runtime.engine.core with parameters of type ParamRuntimeConfigParametersModifierConstructorDescriptionParamEngineRuntimeConfig(ParamRuntimeConfigParameters paramParameters, FunctionRuntimeConfigParameters functionParameters, Map<String, FunctionInvoker> invokers, Map<String, Type<? extends ValueHolder>> types, Map<String, Matcher> matchers) Constructor for configuration object - all objects are read only and collections are immutable.