Uses of Class
io.higson.runtime.engine.config.pico.FunctionRuntimeConfigParameters
Packages that use FunctionRuntimeConfigParameters
-
Uses of FunctionRuntimeConfigParameters in io.higson.runtime.engine.core
Constructors in io.higson.runtime.engine.core with parameters of type FunctionRuntimeConfigParametersModifierConstructorDescriptionParamEngineRuntimeConfig(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.