Uses of Class
org.springframework.beans.PropertyEditorRegistrySupport
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyEditorRegistrySupport 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.class
Base implementation of theTypeConverter
interface, using a package-private delegate.Modifier and TypeMethodDescriptionprotected void
PropertyEditorRegistrySupport.copyDefaultEditorsTo
(PropertyEditorRegistrySupport target) Copy the default editors registered in this instance to the given target registry.