Table of Contents

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

autoGrowNullReferences bool
autoGrowCollections bool

SpelParserOptions(bool, bool, int)

public SpelParserOptions(bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)

Parameters

autoGrowNullReferences bool
autoGrowCollections bool
maximumAutoGrowSize int

SpelParserOptions(SpelCompilerMode?, bool, bool, int)

public SpelParserOptions(SpelCompilerMode? compilerMode, bool autoGrowNullReferences, bool autoGrowCollections, int maximumAutoGrowSize)

Parameters

compilerMode SpelCompilerMode?
autoGrowNullReferences bool
autoGrowCollections bool
maximumAutoGrowSize int

Properties

AutoGrowCollections

public bool AutoGrowCollections { get; set; }

Property Value

bool

AutoGrowNullReferences

public bool AutoGrowNullReferences { get; set; }

Property Value

bool

CompilerMode

public SpelCompilerMode CompilerMode { get; set; }

Property Value

SpelCompilerMode

MaximumAutoGrowSize

public int MaximumAutoGrowSize { get; set; }

Property Value

int