public class

SpelParserConfiguration

extends Object
java.lang.Object
   ↳ org.springframework.expression.spel.SpelParserConfiguration

Class Overview

Configuration object for the SpEL expression parser.

Summary

Public Constructors
SpelParserConfiguration(boolean autoGrowNullReferences, boolean autoGrowCollections)
Public Methods
boolean isAutoGrowCollections()
boolean isAutoGrowNullReferences()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SpelParserConfiguration (boolean autoGrowNullReferences, boolean autoGrowCollections)

Public Methods

public boolean isAutoGrowCollections ()

public boolean isAutoGrowNullReferences ()