|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.convertIfNecessary(Object value,
Class requiredType)
|
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,
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.beans.factory.support |
|---|
| Methods in org.springframework.beans.factory.support that throw TypeMismatchException | |
|---|---|
protected Object |
AbstractBeanFactory.doTypeConversionIfNecessary(TypeConverter converter,
Object value,
Class targetType,
MethodParameter methodParam)
Convert the given value into the specified target type, using the specified BeanWrapper. |
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||