Package | Description |
---|---|
org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
Modifier and Type | Method and Description |
---|---|
protected BeanWrapperImpl |
BeanWrapperImpl.getBeanWrapperForPropertyPath(String propertyPath)
Recursively navigate to return a BeanWrapper for the nested property path.
|
protected BeanWrapperImpl |
BeanWrapperImpl.newNestedBeanWrapper(Object object,
String nestedPath)
Create a new nested BeanWrapper instance.
|
Copyright © 2015. All rights reserved.