| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeConverter | |
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.support | Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. | 
| org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. | 
| org.springframework.web.bind | Provides web-specific data binding functionality. | 
| org.springframework.web.bind.support | Support classes for web data binding. | 
| org.springframework.web.portlet.bind | Provides portlet-specific data binding functionality. | 
| Uses of TypeConverter in org.springframework.beans | 
|---|
| Subinterfaces of TypeConverter in org.springframework.beans | |
|---|---|
|  interface | BeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure. | 
|  interface | ConfigurablePropertyAccessorInterface that encapsulates configuration methods for a PropertyAccessor. | 
| Classes in org.springframework.beans that implement TypeConverter | |
|---|---|
|  class | AbstractPropertyAccessorAbstract implementation of the PropertyAccessorinterface. | 
|  class | BeanWrapperImplDefault BeanWrapperimplementation that should be sufficient
 for all typical use cases. | 
|  class | DirectFieldAccessorPropertyAccessorimplementation that directly accesses instance fields. | 
|  class | SimpleTypeConverterSimple implementation of the TypeConverter interface that does not operate on any specific target object. | 
| Uses of TypeConverter in org.springframework.beans.factory.config | 
|---|
| Methods in org.springframework.beans.factory.config that return TypeConverter | |
|---|---|
| protected  TypeConverter | AbstractFactoryBean.getBeanTypeConverter()Obtain a bean type converter from the BeanFactory that this bean runs in. | 
| protected  TypeConverter | MethodInvokingFactoryBean.getDefaultTypeConverter()Obtain the TypeConverter from the BeanFactory that this bean runs in, if possible. | 
|  TypeConverter | ConfigurableBeanFactory.getTypeConverter()Obtain a type converter as used by this BeanFactory. | 
| Methods in org.springframework.beans.factory.config with parameters of type TypeConverter | |
|---|---|
|  Object | AutowireCapableBeanFactory.resolveDependency(DependencyDescriptor descriptor,
                  String beanName,
                  Set autowiredBeanNames,
                  TypeConverter typeConverter)Resolve the specified dependency against the beans defined in this factory. | 
|  void | ConfigurableBeanFactory.setTypeConverter(TypeConverter typeConverter)Set a custom type converter that this BeanFactory should use for converting bean property values, constructor argument values, etc. | 
| Uses of TypeConverter in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support that return TypeConverter | |
|---|---|
| protected  TypeConverter | AbstractBeanFactory.getCustomTypeConverter()Return the custom TypeConverter to use, if any. | 
|  TypeConverter | AbstractBeanFactory.getTypeConverter() | 
| Methods in org.springframework.beans.factory.support with parameters of type TypeConverter | |
|---|---|
|  Object | DefaultListableBeanFactory.resolveDependency(DependencyDescriptor descriptor,
                  String beanName,
                  Set autowiredBeanNames,
                  TypeConverter typeConverter) | 
|  void | AbstractBeanFactory.setTypeConverter(TypeConverter typeConverter) | 
| Uses of TypeConverter in org.springframework.beans.support | 
|---|
| Methods in org.springframework.beans.support that return TypeConverter | |
|---|---|
| protected  TypeConverter | ArgumentConvertingMethodInvoker.getDefaultTypeConverter()Obtain the default TypeConverter for this method invoker. | 
|  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. | 
| Uses of TypeConverter in org.springframework.validation | 
|---|
| Classes in org.springframework.validation that implement TypeConverter | |
|---|---|
|  class | DataBinderBinder that allows for setting property values onto a target object, including support for validation and binding result analysis. | 
| Methods in org.springframework.validation that return TypeConverter | |
|---|---|
| protected  TypeConverter | DataBinder.getTypeConverter()Return the underlying TypeConverter of this binder's BindingResult. | 
| Uses of TypeConverter in org.springframework.web.bind | 
|---|
| Classes in org.springframework.web.bind that implement TypeConverter | |
|---|---|
|  class | ServletRequestDataBinderSpecial DataBinderto perform data binding
 from servlet request parameters to JavaBeans, including support for multipart files. | 
|  class | WebDataBinderSpecial DataBinderfor data binding from web request parameters
 to JavaBean objects. | 
| Uses of TypeConverter in org.springframework.web.bind.support | 
|---|
| Classes in org.springframework.web.bind.support that implement TypeConverter | |
|---|---|
|  class | WebRequestDataBinderSpecial DataBinderto perform data binding
 from web request parameters to JavaBeans, including support for multipart files. | 
| Uses of TypeConverter in org.springframework.web.portlet.bind | 
|---|
| Classes in org.springframework.web.portlet.bind that implement TypeConverter | |
|---|---|
|  class | PortletRequestDataBinderSpecial DataBinderto perform data binding
 from portlet request parameters to JavaBeans, including support for multipart files. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||