open class SpelParserConfiguration
Configuration object for the SpEL expression parser.
Author
Juergen Hoeller
Author
Phillip Webb
Author
Andy Clement
Since
3.0
SpelParserConfiguration()
Create a new SpelParserConfiguration(compilerMode: SpelCompilerMode, compilerClassLoader: ClassLoader)SpelParserConfiguration(autoGrowNullReferences: Boolean, autoGrowCollections: Boolean)SpelParserConfiguration(autoGrowNullReferences: Boolean, autoGrowCollections: Boolean, maximumAutoGrowSize: Int)SpelParserConfiguration(compilerMode: SpelCompilerMode, compilerClassLoader: ClassLoader, autoGrowNullReferences: Boolean, autoGrowCollections: Boolean, maximumAutoGrowSize: Int)
Create a new |
open fun getCompilerClassLoader(): ClassLoader
Return the ClassLoader to use as the basis for expression compilation. |
|
open fun getCompilerMode(): SpelCompilerMode
Return the configuration mode for parsers using this configuration object. |
|
open fun getMaximumAutoGrowSize(): Int
Return the maximum size that a collection can auto grow. |
|
open fun isAutoGrowCollections(): Boolean
Return |
|
open fun isAutoGrowNullReferences(): Boolean
Return |