Class SpelExpressionParser

java.lang.Object
org.springframework.expression.common.TemplateAwareExpressionParser
org.springframework.expression.spel.standard.SpelExpressionParser
All Implemented Interfaces:
ExpressionParser

public class SpelExpressionParser extends TemplateAwareExpressionParser
SpEL parser. Instances are reusable and thread-safe.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller, Sam Brannen
  • Constructor Details

    • SpelExpressionParser

      public SpelExpressionParser()
      Create a parser with default settings.
    • SpelExpressionParser

      public SpelExpressionParser(SpelParserConfiguration configuration)
      Create a parser with the specified configuration.
      Parameters:
      configuration - custom configuration options
  • Method Details