Class AvroSchema


  • public final class AvroSchema
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.kafka.connect.data.Schema fromJson​(java.lang.String jsonSchema)  
      static org.apache.avro.Schema validateJsonSchema​(java.lang.String jsonSchema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validateJsonSchema

        public static org.apache.avro.Schema validateJsonSchema​(java.lang.String jsonSchema)
      • fromJson

        public static org.apache.kafka.connect.data.Schema fromJson​(java.lang.String jsonSchema)