Uses of Class
org.springframework.beans.TypeMismatchException
Packages that use TypeMismatchException
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of TypeMismatchException in org.springframework.beans
Subclasses of TypeMismatchException in org.springframework.beansModifier and TypeClassDescriptionclassException thrown when no suitable editor or converter can be found for a bean property.Methods in org.springframework.beans that throw TypeMismatchExceptionModifier and TypeMethodDescriptionprotected ObjectAbstractNestablePropertyAccessor.convertForProperty(String propertyName, Object oldValue, Object newValue, org.springframework.core.convert.TypeDescriptor td) BeanWrapperImpl.convertForProperty(Object value, String propertyName) Convert the given value for the specified property to the latter's type.<T> TTypeConverter.convertIfNecessary(Object value, Class<T> requiredType) Convert the value to the required type (if necessary from a String).<T> TTypeConverter.convertIfNecessary(Object value, Class<T> requiredType, Field field) Convert the value to the required type (if necessary from a String).default <T> TTypeConverter.convertIfNecessary(Object value, Class<T> requiredType, org.springframework.core.convert.TypeDescriptor typeDescriptor) Convert the value to the required type (if necessary from a String).<T> TTypeConverter.convertIfNecessary(Object value, Class<T> requiredType, org.springframework.core.MethodParameter methodParam) Convert the value to the required type (if necessary from a String).<T> TTypeConverterSupport.convertIfNecessary(Object value, Class<T> requiredType) <T> TTypeConverterSupport.convertIfNecessary(Object value, Class<T> requiredType, Field field) <T> TTypeConverterSupport.convertIfNecessary(Object value, Class<T> requiredType, org.springframework.core.convert.TypeDescriptor typeDescriptor) <T> TTypeConverterSupport.convertIfNecessary(Object value, Class<T> requiredType, org.springframework.core.MethodParameter methodParam)