Uses of Class
com.predic8.membrane.core.lang.spel.ExchangeEvaluationContext
Packages that use ExchangeEvaluationContext
-
Uses of ExchangeEvaluationContext in com.predic8.membrane.core.lang.spel.functions
Methods in com.predic8.membrane.core.lang.spel.functions with parameters of type ExchangeEvaluationContextModifier and TypeMethodDescriptionstatic booleanBuiltInFunctions.hasScope(ExchangeEvaluationContext ctx) static booleanBuiltInFunctions.hasScope(String scope, ExchangeEvaluationContext ctx) static booleanBuiltInFunctions.hasScope(List<String> scopes, ExchangeEvaluationContext ctx) static booleanBuiltInFunctions.isBearerAuthorization(ExchangeEvaluationContext ctx) static booleanBuiltInFunctions.isLoggedIn(String beanName, ExchangeEvaluationContext ctx) static ObjectBuiltInFunctions.jsonPath(String jsonPath, ExchangeEvaluationContext ctx) static booleanBuiltInFunctions.weight(double weightInPercent, ExchangeEvaluationContext ignored)