Uses of Enum Class
io.higson.runtime.level.OutputLevelArraySeparator
Packages that use OutputLevelArraySeparator
Package
Description
-
Uses of OutputLevelArraySeparator in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config with parameters of type OutputLevelArraySeparatorModifier and TypeMethodDescriptionvoidParamEngineConfig.setOutputLevelArraySeparator(OutputLevelArraySeparator outputLevelArraySeparator) ParamEngineConfigBuilder.withOutputLevelArraySeparator(OutputLevelArraySeparator arraySeparator) specify output level array separator that will be used while extracting parameter output values. -
Uses of OutputLevelArraySeparator in io.higson.runtime.engine.core
Constructors in io.higson.runtime.engine.core with parameters of type OutputLevelArraySeparatorModifierConstructorDescriptionSmartParamEngine(ParamPreparer paramPreparer, FunctionManager functionManager, ParamEngineRuntimeConfigBuilder configBuilder, OutputLevelArraySeparator arraySeparator) -
Uses of OutputLevelArraySeparator in io.higson.runtime.level
Methods in io.higson.runtime.level that return OutputLevelArraySeparatorModifier and TypeMethodDescriptionstatic OutputLevelArraySeparatorReturns the enum constant of this class with the specified name.static OutputLevelArraySeparator[]OutputLevelArraySeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.