Uses of Class
org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of AbstractNestablePropertyAccessor.PropertyHandler in org.springframework.beans
Modifier and TypeMethodDescriptionprotected abstract AbstractNestablePropertyAccessor.PropertyHandler
AbstractNestablePropertyAccessor.getLocalPropertyHandler
(String propertyName) Return aAbstractNestablePropertyAccessor.PropertyHandler
for the specified localpropertyName
.AbstractNestablePropertyAccessor.getPropertyHandler
(String propertyName) Return theAbstractNestablePropertyAccessor.PropertyHandler
for the specifiedpropertyName
, navigating if necessary.