Uses of Interface
io.higson.runtime.engine.core.ParamEngine
Packages that use ParamEngine
Package
Description
-
Uses of ParamEngine in io.higson.runtime.core
Constructors in io.higson.runtime.core with parameters of type ParamEngineModifierConstructorDescriptionHigsonEngineImpl(ParamEngine engine, DomainCache domainCache, VersionInterceptor versionInterceptor, boolean valueNeverNull) Creates a HigsonEngineImpl instance with required arguments. -
Uses of ParamEngine in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config that return ParamEngineModifier 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. -
Uses of ParamEngine in io.higson.runtime.engine.core
Classes in io.higson.runtime.engine.core that implement ParamEngine