spring-framework / org.springframework.beans.support / ArgumentConvertingMethodInvoker / <init>

<init>

ArgumentConvertingMethodInvoker()

Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter.

Supports flexible argument conversions, in particular for invoking a specific overloaded method.

Author
Juergen Hoeller

Since
1.1

See Also
org.springframework.beans.BeanWrapperImpl#convertIfNecessary