| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.ConstructorArgumentEntry |
ParseState entry representing a (possibly indexed)
constructor argument.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of the
ConstructorArgumentEntry class
representing a constructor argument with a (currently) unknown index. | |||||||||||
Creates a new instance of the
ConstructorArgumentEntry class
representing a constructor argument at the supplied index. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance of the ConstructorArgumentEntry class
representing a constructor argument with a (currently) unknown index.
Creates a new instance of the ConstructorArgumentEntry class
representing a constructor argument at the supplied index.
| index | the index of the constructor argument |
|---|
| IllegalArgumentException | if the supplied index
is less than zero
|
|---|