Example usage for org.springframework.data.mapping PersistentProperty getSetter

List of usage examples for org.springframework.data.mapping PersistentProperty getSetter

Introduction

In this page you can find the example usage for org.springframework.data.mapping PersistentProperty getSetter.

Prototype

@Nullable
Method getSetter();

Source Link

Document

Returns the setter method to set a property value.

Usage