Uses of Class
io.higson.runtime.engine.config.ParamEngineConfig
Packages that use ParamEngineConfig
-
Uses of ParamEngineConfig in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config that return ParamEngineConfigModifier and TypeMethodDescriptionParamEngineConfigBuilder.build()Finalizes configuration building and returns immutable config object.Methods in io.higson.runtime.engine.config with parameters of type ParamEngineConfigModifier and TypeMethodDescriptionParamEngineFactory.createParamEngine(@NotNull ParamEngineConfig config) Create instance of ParamEngine, useParamEngineConfigBuilderto construct configuration object.static ParamEngineParamEngineFactory.paramEngine(ParamEngineConfig config) Create instance of ParamEngine, useParamEngineConfigBuilderto construct configuration object.