Class Overview
SpEL parser. Instances are reusable and thread-safe.
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      SpelExpressionParser
      ()
    
      
    
      
  Create a parser with standard configuration.
 
 
 
    
      
    
      
  Create a parser with some configured behavior.
      Parameters
      
        
          | configuration | custom configuration options | 
      
   
     
 
Public Methods
Protected Methods
 
    
      
    
      
  Actually parse the expression string and return an Expression object.
      Parameters
      
        
          | expressionString | the raw expression string to parse | 
        
          | context | a context for influencing this expression parsing routine (optional) | 
      
   
  
      Returns
      - an evaluator for the parsed expression