Uses of Class
org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder

Packages that use ConstructorArgumentValues.ValueHolder
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
 

Uses of ConstructorArgumentValues.ValueHolder in org.springframework.beans.factory.config
 

Methods in org.springframework.beans.factory.config that return ConstructorArgumentValues.ValueHolder
 ConstructorArgumentValues.ValueHolder ConstructorArgumentValues.getIndexedArgumentValue(int index, Class requiredType)
          Get argument value for the given index in the constructor argument list.
 ConstructorArgumentValues.ValueHolder ConstructorArgumentValues.getGenericArgumentValue(Class requiredType)
          Look for a generic argument value that matches the given type.
 ConstructorArgumentValues.ValueHolder ConstructorArgumentValues.getArgumentValue(int index, Class requiredType)
          Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
 



Copyright (C) 2003-2004 The Spring Framework Project.