@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Class SpelParserConfiguration

    Parallels Spring SpelParserConfiguration

    SpEL parser configuration options.

    Index
    • Parameters

      • autoGrowNullReferences: boolean = false
      • autoGrowCollections: boolean = false
      • maximumAutoGrowSize: number = 10_000
      • treatIntegersAsLong: boolean = false

      Returns SpelParserConfiguration

    autoGrowCollections: boolean

    Auto-grow collections (expand when index does not exist)

    autoGrowNullReferences: boolean

    Auto-convert null references to NullLiteral

    maximumAutoGrowSize: number

    Maximum auto-grow size

    treatIntegersAsLong: boolean

    Treat integers as long