Uses of Class
org.springframework.beans.DirectFieldAccessor
Packages that use DirectFieldAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of DirectFieldAccessor in org.springframework.beans
Methods in org.springframework.beans that return DirectFieldAccessorModifier and TypeMethodDescriptionprotected DirectFieldAccessor
DirectFieldAccessor.newNestedPropertyAccessor
(Object object, String nestedPath) Constructors in org.springframework.beans with parameters of type DirectFieldAccessorModifierConstructorDescriptionprotected
DirectFieldAccessor
(Object object, String nestedPath, DirectFieldAccessor parent) Create a new DirectFieldAccessor for the given object, registering a nested path that the object is in.