Uses of Class
org.springframework.beans.TypeConverterSupport
Packages that use TypeConverterSupport
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of TypeConverterSupport in org.springframework.beans
Subclasses of TypeConverterSupport in org.springframework.beansModifier and TypeClassDescriptionclassA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classAbstract implementation of thePropertyAccessorinterface.classDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classConfigurablePropertyAccessorimplementation that directly accesses instance fields.classSimple implementation of theTypeConverterinterface that does not operate on a specific target object.