public class JsonObjectConverter extends Object implements AttributeConverter<Object,String>
| Constructor and Description |
|---|
JsonObjectConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(Object dbData) |
Object |
convertToEntityAttribute(String json) |
public JsonObjectConverter()
public String convertToDatabaseColumn(Object dbData)
convertToDatabaseColumn in interface AttributeConverter<Object,String>public Object convertToEntityAttribute(String json)
convertToEntityAttribute in interface AttributeConverter<Object,String>Copyright © 2016. All rights reserved.