public class JsonNodeAttributeConverter extends Object implements javax.persistence.AttributeConverter<com.fasterxml.jackson.databind.JsonNode,String>
String and JsonNode.| Modifier and Type | Field and Description |
|---|---|
private static com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
JsonNodeAttributeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(com.fasterxml.jackson.databind.JsonNode jsonNode) |
com.fasterxml.jackson.databind.JsonNode |
convertToEntityAttribute(String databaseValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.