Class MaxwellJson


  • public class MaxwellJson
    extends Object
    • Method Detail

      • getInstance

        public static MaxwellJson getInstance()
      • getPlaintextGenerator

        public com.zendesk.maxwell.row.PlaintextJsonGenerator getPlaintextGenerator()
      • getEncryptingGenerator

        public com.zendesk.maxwell.row.EncryptingJsonGenerator getEncryptingGenerator()
      • writeValueToJSON

        public static void writeValueToJSON​(com.fasterxml.jackson.core.JsonGenerator g,
                                            boolean includeNullField,
                                            String key,
                                            Object value)
                                     throws IOException
        Throws:
        IOException