Generated by
JDiff

Class org.springframework.beans.factory.config.ConstructorArgumentValues

Removed Methods
ValueHolder getArgumentValue(int, Class) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getArgumentValue(int, Class, String) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getArgumentValue(int, Class, String, Set<ValueHolder>) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getGenericArgumentValue(Class) Look for a generic argument value that matches the given type.
ValueHolder getGenericArgumentValue(Class, String) Look for a generic argument value that matches the given type.
ValueHolder getGenericArgumentValue(Class, String, Set<ValueHolder>) Look for the next generic argument value that matches the given type, ignoring argument values that have already been used in the current resolution process.
ValueHolder getIndexedArgumentValue(int, Class) Get argument value for the given index in the constructor argument list.
ValueHolder getIndexedArgumentValue(int, Class, String) Get argument value for the given index in the constructor argument list.
 

Added Methods
ValueHolder getArgumentValue(int, Class<?>) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getArgumentValue(int, Class<?>, String) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getArgumentValue(int, Class<?>, String, Set<ValueHolder>) Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
ValueHolder getGenericArgumentValue(Class<?>) Look for a generic argument value that matches the given type.
ValueHolder getGenericArgumentValue(Class<?>, String) Look for a generic argument value that matches the given type.
ValueHolder getGenericArgumentValue(Class<?>, String, Set<ValueHolder>) Look for the next generic argument value that matches the given type, ignoring argument values that have already been used in the current resolution process.
ValueHolder getIndexedArgumentValue(int, Class<?>) Get argument value for the given index in the constructor argument list.
ValueHolder getIndexedArgumentValue(int, Class<?>, String) Get argument value for the given index in the constructor argument list.