Uses of Class
org.springframework.beans.TypeConverterSupport
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of TypeConverterSupport in org.springframework.beans
Modifier and TypeClassDescriptionclass
A basicConfigurablePropertyAccessor
that provides the necessary infrastructure for all typical use cases.class
Abstract implementation of thePropertyAccessor
interface.class
DefaultBeanWrapper
implementation that should be sufficient for all typical use cases.class
ConfigurablePropertyAccessor
implementation that directly accesses instance fields.class
Simple implementation of theTypeConverter
interface that does not operate on a specific target object.