| Package | Description | 
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DirectFieldAccessor | DirectFieldAccessor. newNestedPropertyAccessor(Object object,
                         String nestedPath) | 
| Constructor and Description | 
|---|
| DirectFieldAccessor(Object object,
                   String nestedPath,
                   DirectFieldAccessor parent)Create a new DirectFieldAccessor for the given object,
 registering a nested path that the object is in. |