Class SpelFunctionProperties

java.lang.Object
org.springframework.cloud.fn.spel.SpelFunctionProperties

@ConfigurationProperties("spel.function") public class SpelFunctionProperties extends Object
Configuration properties for the SpEL function.
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • SpelFunctionProperties

      public SpelFunctionProperties()
  • Method Details

    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)