Class SpelParserOptions
- Namespace
- Steeltoe.Common.Expression.Internal.Spring
- Assembly
- Steeltoe.Common.Expression.dll
public class SpelParserOptions
- Inheritance
-
SpelParserOptions
- Inherited Members
Constructors
SpelParserOptions()
public SpelParserOptions()
SpelParserOptions(SpelCompilerMode)
public SpelParserOptions(SpelCompilerMode compilerMode)
Parameters
compilerMode
SpelCompilerMode
SpelParserOptions(bool, bool)
public SpelParserOptions(bool autoGrowNullReferences, bool autoGrowCollections)
Parameters
SpelParserOptions(bool, bool, int)
public SpelParserOptions(bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)
Parameters
SpelParserOptions(SpelCompilerMode?, bool, bool, int)
public SpelParserOptions(SpelCompilerMode? compilerMode, bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)
Parameters
compilerMode
SpelCompilerMode?autoGrowNullReferences
boolautoGrowCollections
boolmaximumAutoGrowSize
int
Properties
AutoGrowCollections
public bool AutoGrowCollections { get; set; }
Property Value
AutoGrowNullReferences
public bool AutoGrowNullReferences { get; set; }
Property Value
CompilerMode
public SpelCompilerMode CompilerMode { get; set; }
Property Value
MaximumAutoGrowSize
public int MaximumAutoGrowSize { get; set; }