spring-framework / org.springframework.beans.factory.parsing / ConstructorArgumentEntry / <init>

<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.

Parameters

index - the index of the constructor argument

Exceptions

IllegalArgumentException - if the supplied index is less than zero