Class SchemaInfoImpl

java.lang.Object
org.apache.pulsar.client.impl.schema.SchemaInfoImpl
All Implemented Interfaces:
org.apache.pulsar.common.schema.SchemaInfo

@Public @Stable public class SchemaInfoImpl extends Object implements org.apache.pulsar.common.schema.SchemaInfo
Information about the schema.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.pulsar.common.schema.SchemaInfo

    org.apache.pulsar.common.schema.SchemaInfo.SchemaInfoBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.pulsar.common.schema.SchemaInfo

    getName, getProperties, getSchema, getType
  • Constructor Details

    • SchemaInfoImpl

      public SchemaInfoImpl()
  • Method Details

    • getSchemaDefinition

      public String getSchemaDefinition()
      Specified by:
      getSchemaDefinition in interface org.apache.pulsar.common.schema.SchemaInfo
    • toString

      public String toString()
      Overrides:
      toString in class Object