The Spring Framework

Uses of Interface
org.springframework.beans.TypeConverter

Packages that use TypeConverter
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. 
org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. 
 

Uses of TypeConverter in org.springframework.beans
 

Classes in org.springframework.beans that implement TypeConverter
 class BeanWrapperImpl
          Default BeanWrapper implementation that should be sufficient for all typical use cases.
 class SimpleTypeConverter
          Simple implementation of the TypeConverter interface that does not operate on any specific target object.
 

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

Methods in org.springframework.beans.factory.support with parameters of type TypeConverter
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.
 

Uses of TypeConverter in org.springframework.beans.support
 

Methods in org.springframework.beans.support that return TypeConverter
 TypeConverter ArgumentConvertingMethodInvoker.getTypeConverter()
          Return the TypeConverter used for argument type conversion.
 

Methods in org.springframework.beans.support with parameters of type TypeConverter
 void ArgumentConvertingMethodInvoker.setTypeConverter(TypeConverter typeConverter)
          Set a TypeConverter to use for argument type conversion.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.