| 程序包 | 说明 |
|---|---|
| org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract AbstractNestablePropertyAccessor.PropertyHandler |
AbstractNestablePropertyAccessor.getLocalPropertyHandler(String propertyName)
Return a
AbstractNestablePropertyAccessor.PropertyHandler for the specified local propertyName. |
protected AbstractNestablePropertyAccessor.PropertyHandler |
AbstractNestablePropertyAccessor.getPropertyHandler(String propertyName)
Return the
AbstractNestablePropertyAccessor.PropertyHandler for the specified propertyName, navigating
if necessary. |