spring-framework / org.springframework.beans.factory.parsing / ConstructorArgumentEntry

ConstructorArgumentEntry

open class ConstructorArgumentEntry : Entry

ParseState entry representing a (possibly indexed) constructor argument.

Author
Rob Harrop

Author
Juergen Hoeller

Since
2.0

Constructors

<init>

ConstructorArgumentEntry()

Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index.

ConstructorArgumentEntry(index: Int)

Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied index.

Functions

toString

open fun toString(): String