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. 
 

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 BeanWrapperImpl.convertIfNecessary(Object value, Class requiredType)
           
 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.convertIfNecessary(Object value, Class requiredType, MethodParameter methodParam)
           
 Object BeanWrapperImpl.doTypeConversionIfNecessary(Object value, Class requiredType)
          Deprecated. in favor of convertIfNecessary
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.