Example usage for org.springframework.data.mapping.model FieldNamingStrategy interface-usage

List of usage examples for org.springframework.data.mapping.model FieldNamingStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.mapping.model FieldNamingStrategy interface-usage.

Usage

From source file org.springframework.data.mapping.model.JsonPropertyPreservingFieldNamingStrategy.java

/**
 * A composite field naming strategy that uses a Jackson {@link JsonProperty} annotation value if present,
 * or delegates to a backing strategy otherwise.
 *
 * @author Emerson Farrugia
 */