Class TemplateExpression

java.lang.Object
com.redis.riot.core.Expression
com.redis.riot.core.TemplateExpression

public class TemplateExpression extends Expression
  • Constructor Details

    • TemplateExpression

      public TemplateExpression(org.springframework.expression.Expression expression)
  • Method Details

    • getValue

      public String getValue(org.springframework.expression.EvaluationContext context)
      Overrides:
      getValue in class Expression
    • getValue

      public String getValue(org.springframework.expression.EvaluationContext context, Object rootObject)
      Overrides:
      getValue in class Expression