The Spring Framework

Uses of Class
org.springframework.beans.TypeMismatchException

Packages that use TypeMismatchException
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
 

Uses of TypeMismatchException in org.springframework.beans
 

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 TypeConverter.convertIfNecessary(Object value, Class requiredType)
          Convert the value to the required type (if necessary from a String).
 Object SimpleTypeConverter.convertIfNecessary(Object value, Class requiredType)
           
 Object AbstractPropertyAccessor.convertIfNecessary(Object value, Class requiredType)
           
 Object DirectFieldAccessor.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 Object BeanWrapperImpl.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 SimpleTypeConverter.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 Object BeanWrapperImpl.doTypeConversionIfNecessary(Object value, Class requiredType)
          Deprecated. in favor of convertIfNecessary
 

Uses of TypeMismatchException in org.springframework.validation
 

Methods in org.springframework.validation that throw TypeMismatchException
 Object DataBinder.convertIfNecessary(Object value, Class requiredType)
           
 Object DataBinder.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.