Example usage for org.springframework.data.couchbase.core.convert.translation TranslationService interface-usage

List of usage examples for org.springframework.data.couchbase.core.convert.translation TranslationService interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.couchbase.core.convert.translation TranslationService interface-usage.

Usage

From source file org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService.java

/**
 * A Jackson JSON Translator that implements the {@link TranslationService} contract.
 *
 * @author Michael Nitschinger
 */
public class JacksonTranslationService implements TranslationService, InitializingBean {