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 TypeMethodDescriptionAbstractNestablePropertyAccessor.convertForProperty(String propertyName, @Nullable Object oldValue, @Nullable Object newValue, org.springframework.core.convert.TypeDescriptor td) BeanWrapperImpl.convertForProperty(@Nullable Object value, String propertyName) Convert the given value for the specified property to the latter's type.<T> @Nullable TTypeConverter.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType) Convert the value to the required type (if necessary from a String).<T> @Nullable TTypeConverter.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable Field field) Convert the value to the required type (if necessary from a String).<T> @Nullable TTypeConverter.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable org.springframework.core.MethodParameter methodParam) Convert the value to the required type (if necessary from a String).default <T> @Nullable TTypeConverter.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable org.springframework.core.convert.TypeDescriptor typeDescriptor) Convert the value to the required type (if necessary from a String).<T> @Nullable TTypeConverterSupport.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType) <T> @Nullable TTypeConverterSupport.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable Field field) <T> @Nullable TTypeConverterSupport.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable org.springframework.core.MethodParameter methodParam) <T> @Nullable TTypeConverterSupport.convertIfNecessary(@Nullable Object value, @Nullable Class<T> requiredType, @Nullable org.springframework.core.convert.TypeDescriptor typeDescriptor)