| Package | Description | 
|---|---|
| org.springframework.expression.spel | SpEL's central implementation package. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpelCompilerMode | SpelParserConfiguration. getCompilerMode()Return the configuration mode for parsers using this configuration object. | 
| static SpelCompilerMode | SpelCompilerMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpelCompilerMode[] | SpelCompilerMode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| SpelParserConfiguration(SpelCompilerMode compilerMode,
                       ClassLoader compilerClassLoader)Create a new  SpelParserConfigurationinstance. | 
| SpelParserConfiguration(SpelCompilerMode compilerMode,
                       ClassLoader compilerClassLoader,
                       boolean autoGrowNullReferences,
                       boolean autoGrowCollections,
                       int maximumAutoGrowSize)Create a new  SpelParserConfigurationinstance. |