类 ConstructorArgumentEntry
- java.lang.Object
- org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- 所有已实现的接口:
ParseState.Entry
public class ConstructorArgumentEntry extends Object implements ParseState.Entry
ParseStateentry representing a (possibly indexed) constructor argument.- 从以下版本开始:
- 2.0
- 作者:
- Rob Harrop, Juergen Hoeller
构造器概要
构造器 构造器 说明 ConstructorArgumentEntry()Creates 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.
构造器详细资料
ConstructorArgumentEntry
public ConstructorArgumentEntry()
Creates a new instance of theConstructorArgumentEntryclass representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry
public ConstructorArgumentEntry(int index)
Creates a new instance of theConstructorArgumentEntryclass representing a constructor argument at the suppliedindex.- 参数:
index- the index of the constructor argument- 抛出:
IllegalArgumentException- if the suppliedindexis less than zero