Uses of Class
org.springframework.beans.AbstractNestablePropertyAccessor
Packages that use AbstractNestablePropertyAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of AbstractNestablePropertyAccessor in org.springframework.beans
Subclasses of AbstractNestablePropertyAccessor in org.springframework.beansModifier and TypeClassDescriptionclassDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classConfigurablePropertyAccessorimplementation that directly accesses instance fields.Methods in org.springframework.beans that return AbstractNestablePropertyAccessorModifier and TypeMethodDescriptionAbstractNestablePropertyAccessor.ResolvedProperty.accessor()Returns the value of theaccessorrecord component.protected abstract AbstractNestablePropertyAccessorAbstractNestablePropertyAccessor.newNestedPropertyAccessor(Object object, String nestedPath) Create a new nested property accessor instance.Constructors in org.springframework.beans with parameters of type AbstractNestablePropertyAccessorModifierConstructorDescriptionprotectedAbstractNestablePropertyAccessor(Object object, String nestedPath, AbstractNestablePropertyAccessor parent) Create a new accessor for the given object, registering a nested path that the object is in.protectedResolvedProperty(AbstractNestablePropertyAccessor accessor, PropertyPath.Segment segment) Creates an instance of aResolvedPropertyrecord class.