Package | Description |
---|---|
org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyAccessor
Abstract implementation of the
PropertyAccessor interface. |
class |
BeanWrapperImpl
Default
BeanWrapper implementation that should be sufficient
for all typical use cases. |
class |
DirectFieldAccessor
PropertyAccessor implementation that directly accesses instance fields. |
class |
SimpleTypeConverter
Simple implementation of the TypeConverter interface that does not operate
on any specific target object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyEditorRegistrySupport.copyDefaultEditorsTo(PropertyEditorRegistrySupport target)
Copy the default editors registered in this instance to the given target registry.
|
Copyright © 2014. All rights reserved.