Uses of Class
org.springframework.beans.DirectFieldAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of DirectFieldAccessor in org.springframework.beans
Modifier and TypeMethodDescriptionprotected DirectFieldAccessor
DirectFieldAccessor.newNestedPropertyAccessor
(Object object, String nestedPath) ModifierConstructorDescriptionprotected
DirectFieldAccessor
(Object object, String nestedPath, DirectFieldAccessor parent) Create a new DirectFieldAccessor for the given object, registering a nested path that the object is in.