| 程序包 | 说明 |
|---|---|
| org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeanWrapperImpl
Default
BeanWrapper implementation that should be sufficient
for all typical use cases. |
class |
DirectFieldAccessor
ConfigurablePropertyAccessor implementation that directly accesses
instance fields. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected AbstractNestablePropertyAccessor |
AbstractNestablePropertyAccessor.getPropertyAccessorForPropertyPath(String propertyPath)
Recursively navigate to return a property accessor for the nested property path.
|
protected abstract AbstractNestablePropertyAccessor |
AbstractNestablePropertyAccessor.newNestedPropertyAccessor(Object object,
String nestedPath)
Create a new nested property accessor instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
AbstractNestablePropertyAccessor.getFinalPath(AbstractNestablePropertyAccessor pa,
String nestedPath)
Get the last component of the path.
|
| 构造器和说明 |
|---|
AbstractNestablePropertyAccessor(Object object,
String nestedPath,
AbstractNestablePropertyAccessor parent)
Create a new accessor for the given object,
registering a nested path that the object is in.
|