|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.parsing.ConstructorArgumentEntry
public class ConstructorArgumentEntry
ParseState entry representing a (possibly indexed)
constructor argument.
| Constructor Summary | |
|---|---|
ConstructorArgumentEntry()
Creates a new instance of the ConstructorArgumentEntry class
representing a constructor argument with a (currently) unknown index. |
|
ConstructorArgumentEntry(int index)
Creates a new instance of the ConstructorArgumentEntry class
representing a constructor argument at the supplied index. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorArgumentEntry()
ConstructorArgumentEntry class
representing a constructor argument with a (currently) unknown index.
public ConstructorArgumentEntry(int index)
ConstructorArgumentEntry class
representing a constructor argument at the supplied index.
index - the index of the constructor argument
java.lang.IllegalArgumentException - if the supplied index
is less than zero| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||