Uses of Class
org.drools.scenariosimulation.backend.runner.model.ValueWrapper
-
-
Uses of ValueWrapper in org.drools.scenariosimulation.backend.fluent
Methods in org.drools.scenariosimulation.backend.fluent that return types with arguments of type ValueWrapper Modifier and Type Method Description Function<Object,ValueWrapper>FactCheckerHandle. getCheckFuction()Method parameters in org.drools.scenariosimulation.backend.fluent with type arguments of type ValueWrapper Modifier and Type Method Description voidRuleScenarioExecutableBuilder. addInternalCondition(Class<?> clazz, Function<Object,ValueWrapper> checkFunction, ScenarioResult scenarioResult)voidRuleStatefulScenarioExecutableBuilder. addInternalCondition(Class<?> clazz, Function<Object,ValueWrapper> checkFunction, ScenarioResult scenarioResult)voidRuleStatelessScenarioExecutableBuilder. addInternalCondition(Class<?> clazz, Function<Object,ValueWrapper> checkFunction, ScenarioResult scenarioResult)Constructor parameters in org.drools.scenariosimulation.backend.fluent with type arguments of type ValueWrapper Constructor Description FactCheckerHandle(Class<?> clazz, Function<Object,ValueWrapper> checkFuction, ScenarioResult scenarioResult) -
Uses of ValueWrapper in org.drools.scenariosimulation.backend.runner
Methods in org.drools.scenariosimulation.backend.runner that return ValueWrapper Modifier and Type Method Description protected ValueWrapper<Object>AbstractRunnerHelper. getDirectMapping(Map<List<String>,Object> params)protected ValueWrapperAbstractRunnerHelper. getResultWrapper(String className, org.drools.scenariosimulation.api.model.FactMappingValue expectedResult, ExpressionEvaluator expressionEvaluator, Object expectedResultRaw, Object resultRaw, Class<?> resultClass)protected ValueWrapperDMNScenarioRunnerHelper. getSingleFactValueResult(org.drools.scenariosimulation.api.model.FactMapping factMapping, org.drools.scenariosimulation.api.model.FactMappingValue expectedResult, org.kie.dmn.api.core.DMNDecisionResult decisionResult, List<org.kie.dmn.api.core.DMNMessage> failureMessages, ExpressionEvaluator expressionEvaluator)Methods in org.drools.scenariosimulation.backend.runner that return types with arguments of type ValueWrapper Modifier and Type Method Description protected Function<Object,ValueWrapper>RuleScenarioRunnerHelper. createExtractorFunction(ExpressionEvaluator expressionEvaluator, org.drools.scenariosimulation.api.model.FactMappingValue expectedResult, org.drools.scenariosimulation.api.model.ScesimModelDescriptor scesimModelDescriptor)Methods in org.drools.scenariosimulation.backend.runner with parameters of type ValueWrapper Modifier and Type Method Description protected abstract ObjectAbstractRunnerHelper. createObject(ValueWrapper<Object> initialInstance, String className, Map<List<String>,Object> params, ClassLoader classLoader)Create and fill object with params.protected ObjectDMNScenarioRunnerHelper. createObject(ValueWrapper<Object> initialInstance, String className, Map<List<String>,Object> params, ClassLoader classLoader)protected ObjectRuleScenarioRunnerHelper. createObject(ValueWrapper<Object> initialInstance, String className, Map<List<String>,Object> params, ClassLoader classLoader)Method parameters in org.drools.scenariosimulation.backend.runner with type arguments of type ValueWrapper Modifier and Type Method Description protected ScenarioResultAbstractRunnerHelper. fillResult(org.drools.scenariosimulation.api.model.FactMappingValue expectedResult, Supplier<ValueWrapper<?>> resultSupplier, ExpressionEvaluator expressionEvaluator) -
Uses of ValueWrapper in org.drools.scenariosimulation.backend.runner.model
Methods in org.drools.scenariosimulation.backend.runner.model that return ValueWrapper Modifier and Type Method Description static <T> ValueWrapper<T>ValueWrapper. errorEmptyMessage()static <T> ValueWrapper<T>ValueWrapper. errorWithCollectionPathToValue(T value, List<String> path)static <T> ValueWrapper<T>ValueWrapper. errorWithMessage(String message)static <T> ValueWrapper<T>ValueWrapper. errorWithValidValue(T value, T expected)static <T> ValueWrapper<T>ValueWrapper. of(T value) -
Uses of ValueWrapper in org.drools.scenariosimulation.backend.util
Methods in org.drools.scenariosimulation.backend.util with parameters of type ValueWrapper Modifier and Type Method Description static <T> TScenarioBeanUtil. fillBean(ValueWrapper<Object> initialInstance, String className, Map<List<String>,Object> params, ClassLoader classLoader)
-