Class Json.ObjectWriter

java.lang.Object
org.apache.avro.data.Json.ObjectWriter
All Implemented Interfaces:
DatumWriter<Object>
Enclosing class:
Json

public static class Json.ObjectWriter extends Object implements DatumWriter<Object>
DatumWriter for arbitrary Json data using the object model described in JsonProperties.
  • Constructor Details

    • ObjectWriter

      public ObjectWriter()
  • Method Details