Parallels Spring PropertyAccessor
Property accessor interface for reading/writing target object properties. Multiple Accessors form a chain of responsibility, tried in registration order.
Whether the specified property can be read from the target object
Whether it can be written
Return target types this Accessor can handle. Return null for generic handling.
Read property value
Write property value
Parallels Spring PropertyAccessor
Property accessor interface for reading/writing target object properties. Multiple Accessors form a chain of responsibility, tried in registration order.