Uses of Class
de.gematik.test.tiger.common.jexl.TigerJexlContext
Packages that use TigerJexlContext
Package
Description
-
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, @NonNull Optional<TigerJexlContext> context) -
Uses of TigerJexlContext in de.gematik.test.tiger.common.config
Methods in de.gematik.test.tiger.common.config with parameters of type TigerJexlContextModifier and TypeMethodDescriptionstatic StringTigerGlobalConfiguration.resolvePlaceholdersWithContext(String stringToSubstitute, TigerJexlContext context) -
Uses of TigerJexlContext in de.gematik.test.tiger.common.jexl
Methods in de.gematik.test.tiger.common.jexl that return TigerJexlContextModifier and TypeMethodDescriptionprotected TigerJexlContextTigerJexlExecutor.buildJexlMapContext(Object element, Optional<String> key) TigerJexlContext.cloneContext()Clones the context and returns a new copy with the given key/value pair addedTigerJexlContext.withCurrentElement(Object o) Clones the context and returns a new copy with the current element set to the given valueClones the context and returns a new copy with the key element set to the given valueTigerJexlContext.withRootElement(Object o) Clones the context and returns a new copy with the root element set to the given valueMethods 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)