spring-framework / org.springframework.beans.support / ArgumentConvertingMethodInvoker / getTypeConverter

getTypeConverter

@Nullable open fun getTypeConverter(): TypeConverter

Return the TypeConverter used for argument type conversion.

Can be cast to org.springframework.beans.PropertyEditorRegistry if direct access to the underlying PropertyEditors is desired (provided that the present TypeConverter actually implements the PropertyEditorRegistry interface).