Class SchemaInfoImpl

  • All Implemented Interfaces:
    org.apache.pulsar.common.schema.SchemaInfo

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

      Constructors 
      Constructor Description
      SchemaInfoImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSchemaDefinition()  
      java.lang.String toString()  
      • 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 Detail

      • SchemaInfoImpl

        public SchemaInfoImpl()
    • Method Detail

      • getSchemaDefinition

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object