类 SchemaInfoImpl

java.lang.Object
org.apache.pulsar.client.impl.schema.SchemaInfoImpl
所有已实现的接口:
SchemaInfo

@Public @Stable public class SchemaInfoImpl extends Object implements SchemaInfo
Information about the schema.
  • 构造器详细资料

  • 方法详细资料

    • getSchemaDefinition

      public String getSchemaDefinition()
      指定者:
      getSchemaDefinition 在接口中 SchemaInfo
    • getSchemaHash

      public SchemaHash getSchemaHash()
      Calculate the SchemaHash for compatible with `@NoArgsConstructor`. If SchemaInfoImpl is created by no-args-constructor from users, the schemaHash will be null. Note: We should remove this method as long as `@NoArgsConstructor` removed at major release to avoid null-check overhead.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object