Class AbstractSchemaRegistry.RawSchema

java.lang.Object
io.confluent.kafka.schemaregistry.storage.AbstractSchemaRegistry.RawSchema
Enclosing class:
AbstractSchemaRegistry

protected static class AbstractSchemaRegistry.RawSchema extends Object
Internal class representing a raw schema with parsing options.
  • Constructor Details

    • RawSchema

      public RawSchema(Schema schema, boolean isNew, boolean normalize)
  • Method Details

    • getSchema

      public Schema getSchema()
    • isNew

      public boolean isNew()
    • isNormalize

      public boolean isNormalize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object