Uses of Class
de.gematik.test.tiger.common.jexl.TigerJexlContext
Packages that use TigerJexlContext
-
Uses of TigerJexlContext in de.gematik.test.tiger.common
Method parameters in de.gematik.test.tiger.common with type arguments of type TigerJexlContextModifier and TypeMethodDescriptionTokenSubstituteHelper.ReplacerFunction.replace(String input, TigerConfigurationLoader source, Optional<TigerJexlContext> context) static StringTokenSubstituteHelper.substitute(String value, TigerConfigurationLoader source, Optional<TigerJexlContext> context) -
Uses of TigerJexlContext in de.gematik.test.tiger.common.jexl
Methods in de.gematik.test.tiger.common.jexl that return TigerJexlContextModifier and TypeMethodDescriptionTigerJexlContext.withCurrentElement(Object o) TigerJexlContext.withRootElement(Object o) Methods in de.gematik.test.tiger.common.jexl with parameters of type TigerJexlContextModifier and TypeMethodDescriptionprotected org.apache.commons.jexl3.JexlExpressionTigerJexlExecutor.buildExpression(String jexlExpression, TigerJexlContext mapContext) TigerJexlExecutor.evaluateJexlExpression(String jexlExpression, TigerJexlContext context) static booleanTigerJexlExecutor.matchesAsJexlExpression(String jexlExpression, TigerJexlContext context)