Class SchemaExtractor


  • public class SchemaExtractor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaExtractor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAvroSchemaInfo​(org.apache.pulsar.client.api.schema.SchemaDefinition schemaDefinition)  
      static java.lang.String getJsonSchemaInfo​(org.apache.pulsar.client.api.schema.SchemaDefinition schemaDefinition)  
      • Methods inherited from class java.lang.Object

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

      • SchemaExtractor

        public SchemaExtractor()
    • Method Detail

      • getJsonSchemaInfo

        public static java.lang.String getJsonSchemaInfo​(org.apache.pulsar.client.api.schema.SchemaDefinition schemaDefinition)
      • getAvroSchemaInfo

        public static java.lang.String getAvroSchemaInfo​(org.apache.pulsar.client.api.schema.SchemaDefinition schemaDefinition)