Class JsonValueConverter

java.lang.Object
org.springframework.data.couchbase.core.convert.JsonValueConverter
All Implemented Interfaces:
PropertyValueConverter<Object,Object,ValueConversionContext<? extends PersistentProperty<?>>>

public class JsonValueConverter extends Object implements PropertyValueConverter<Object,Object,ValueConversionContext<? extends PersistentProperty<?>>>
Converter for non-Enum types that have @JsonValue and possibly an @JsonCreator annotated methods.
Author:
Michael Reiche