Java org.springframework.data.mapping PersistentPropertyAccessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mapping PersistentPropertyAccessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mapping PersistentPropertyAccessor.

The text is from its open source code.

Method

TgetBean()
Returns the underlying bean.
ObjectgetProperty(PersistentProperty property)
Returns the value of the given PersistentProperty of the underlying bean instance.
ObjectgetProperty(PersistentPropertyPath> path)
Return the value pointed to by the given PersistentPropertyPath .
voidsetProperty(PersistentProperty property, @Nullable Object value)
Sets the given PersistentProperty to the given value.
voidsetProperty(PersistentPropertyPath> path, @Nullable Object value)
Sets the given value for the PersistentProperty pointed to by the given PersistentPropertyPath .