|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.expression.spel.SpelParserConfiguration
public class SpelParserConfiguration
Configuration object for the SpEL expression parser.
SpelExpressionParser.SpelExpressionParser(SpelParserConfiguration)
Constructor Summary | |
---|---|
SpelParserConfiguration(boolean autoGrowNullReferences,
boolean autoGrowCollections)
|
Method Summary | |
---|---|
boolean |
isAutoGrowCollections()
|
boolean |
isAutoGrowNullReferences()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpelParserConfiguration(boolean autoGrowNullReferences, boolean autoGrowCollections)
Method Detail |
---|
public boolean isAutoGrowNullReferences()
public boolean isAutoGrowCollections()
|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |