| Methods in org.springframework.beans that throw TypeMismatchException | 
|  Object | BeanWrapperImpl.convertForProperty(Object value,
                   String propertyName)Convert the given value for the specified property to the latter's type.
 | 
|  Object | SimpleTypeConverter.convertIfNecessary(Object value,
                   Class requiredType)
 | 
|  Object | TypeConverter.convertIfNecessary(Object value,
                   Class requiredType)Convert the value to the required type (if necessary from a String).
 | 
|  Object | AbstractPropertyAccessor.convertIfNecessary(Object value,
                   Class requiredType)
 | 
|  Object | SimpleTypeConverter.convertIfNecessary(Object value,
                   Class requiredType,
                   MethodParameter methodParam)
 | 
|  Object | DirectFieldAccessor.convertIfNecessary(Object value,
                   Class requiredType,
                   MethodParameter methodParam)
 | 
|  Object | TypeConverter.convertIfNecessary(Object value,
                   Class requiredType,
                   MethodParameter methodParam)Convert the value to the required type (if necessary from a String).
 | 
|  Object | BeanWrapperImpl.convertIfNecessary(Object value,
                   Class requiredType,
                   MethodParameter methodParam)
 | 
|  Object | BeanWrapperImpl.doTypeConversionIfNecessary(Object value,
                            Class requiredType)Deprecated. in favor of
 convertIfNecessary |