Class ConstructorArgumentEntry
java.lang.Object
org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- All Implemented Interfaces:
- ParseState.Entry
ParseState entry representing a (possibly indexed)
 constructor argument.- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of theConstructorArgumentEntryclass representing a constructor argument with a (currently) unknown index.ConstructorArgumentEntry(int index) Creates a new instance of theConstructorArgumentEntryclass representing a constructor argument at the suppliedindex.
- 
Method Summary
- 
Constructor Details- 
ConstructorArgumentEntrypublic ConstructorArgumentEntry()Creates a new instance of theConstructorArgumentEntryclass representing a constructor argument with a (currently) unknown index.
- 
ConstructorArgumentEntrypublic ConstructorArgumentEntry(int index) Creates a new instance of theConstructorArgumentEntryclass representing a constructor argument at the suppliedindex.- Parameters:
- index- the index of the constructor argument
- Throws:
- IllegalArgumentException- if the supplied- indexis less than zero
 
 
- 
- 
Method Details