Uses of Class
org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
Packages that use AbstractNestablePropertyAccessor.PropertyHandler Package Description org.springframework.beans This package contains interfaces and classes for manipulating Java beans.Uses of AbstractNestablePropertyAccessor.PropertyHandler in org.springframework.beans
Methods in org.springframework.beans that return AbstractNestablePropertyAccessor.PropertyHandler Modifier and Type Method Description protected abstract AbstractNestablePropertyAccessor.PropertyHandlerAbstractNestablePropertyAccessor. getLocalPropertyHandler(String propertyName)Return aAbstractNestablePropertyAccessor.PropertyHandlerfor the specified localpropertyName.protected AbstractNestablePropertyAccessor.PropertyHandlerAbstractNestablePropertyAccessor. getPropertyHandler(String propertyName)Return theAbstractNestablePropertyAccessor.PropertyHandlerfor the specifiedpropertyName, navigating if necessary.