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.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

Uses of TypeMismatchException in org.springframework.beans
 

Methods in org.springframework.beans that throw TypeMismatchException
 Object BeanWrapperImpl.doTypeConversionIfNecessary(Object newValue, Class requiredType)
          Convert the value to the required type (if necessary from a String).
protected  Object BeanWrapperImpl.doTypeConversionIfNecessary(String propertyName, String fullPropertyName, Object oldValue, Object newValue, Class requiredType)
          Convert the value to the required type (if necessary from a String), for the specified property.
 

Uses of TypeMismatchException in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support that throw TypeMismatchException
protected  Object AbstractBeanFactory.doTypeConversionIfNecessary(Object value, Class targetType)
          Convert the given value into the specified target type, using a default BeanWrapper instance.
protected  Object AbstractBeanFactory.doTypeConversionIfNecessary(Object value, Class targetType, BeanWrapperImpl bw)
          Convert the given value into the specified target type, using the specified BeanWrapper.
 



Copyright (c) 2002-2007 The Spring Framework Project.