Class MapperUtils
java.lang.Object
io.debezium.connector.spanner.db.mapper.MapperUtils
Helper for parsing JSON data
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodegetJsonNode(String json)
-
Field Details
-
mapper
private static final com.fasterxml.jackson.databind.ObjectMapper mapper
-
-
Constructor Details
-
MapperUtils
private MapperUtils()
-
-
Method Details
-
getJsonNode
-