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 Link icon

    • ObjectWriter Link icon

      public ObjectWriter()
  • Method Details Link icon