Uses of Class
org.springframework.beans.AbstractNestablePropertyAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of AbstractNestablePropertyAccessor in org.springframework.beans
Modifier and TypeClassDescriptionclass
DefaultBeanWrapper
implementation that should be sufficient for all typical use cases.class
ConfigurablePropertyAccessor
implementation that directly accesses instance fields.Modifier and TypeMethodDescriptionprotected AbstractNestablePropertyAccessor
AbstractNestablePropertyAccessor.getPropertyAccessorForPropertyPath
(String propertyPath) Recursively navigate to return a property accessor for the nested property path.protected abstract AbstractNestablePropertyAccessor
AbstractNestablePropertyAccessor.newNestedPropertyAccessor
(Object object, String nestedPath) Create a new nested property accessor instance.Modifier and TypeMethodDescriptionprotected String
AbstractNestablePropertyAccessor.getFinalPath
(AbstractNestablePropertyAccessor pa, String nestedPath) Get the last component of the path.ModifierConstructorDescriptionprotected
AbstractNestablePropertyAccessor
(Object object, String nestedPath, AbstractNestablePropertyAccessor parent) Create a new accessor for the given object, registering a nested path that the object is in.