Package com.zendesk.maxwell.row
Class MaxwellJson
- java.lang.Object
-
- com.zendesk.maxwell.row.MaxwellJson
-
public class MaxwellJson extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
consume()
com.zendesk.maxwell.row.EncryptingJsonGenerator
getEncryptingGenerator()
static MaxwellJson
getInstance()
com.zendesk.maxwell.row.PlaintextJsonGenerator
getPlaintextGenerator()
com.fasterxml.jackson.core.JsonGenerator
reset()
static void
writeValueToJSON(com.fasterxml.jackson.core.JsonGenerator g, boolean includeNullField, String key, Object value)
-
-
-
Method Detail
-
getInstance
public static MaxwellJson getInstance()
-
getPlaintextGenerator
public com.zendesk.maxwell.row.PlaintextJsonGenerator getPlaintextGenerator()
-
getEncryptingGenerator
public com.zendesk.maxwell.row.EncryptingJsonGenerator getEncryptingGenerator()
-
reset
public com.fasterxml.jackson.core.JsonGenerator reset() throws IOException
- Throws:
IOException
-
consume
public String consume() throws IOException
- Throws:
IOException
-
writeValueToJSON
public static void writeValueToJSON(com.fasterxml.jackson.core.JsonGenerator g, boolean includeNullField, String key, Object value) throws IOException
- Throws:
IOException
-
-