Class ParsedSchemaImpl<T>

java.lang.Object
io.apicurio.registry.serde.ParsedSchemaImpl<T>
All Implemented Interfaces:
ParsedSchema<T>

@Deprecated public class ParsedSchemaImpl<T> extends Object implements ParsedSchema<T>
Deprecated.
This class is deprecated and eventually will be replaced by ParsedSchemaImpl
Author:
Fabian Martinez
  • Constructor Details

    • ParsedSchemaImpl

      public ParsedSchemaImpl()
      Deprecated.
  • Method Details

    • getParsedSchema

      public T getParsedSchema()
      Deprecated.
      Specified by:
      getParsedSchema in interface ParsedSchema<T>
      Returns:
      the parsedSchema
    • setParsedSchema

      public ParsedSchemaImpl<T> setParsedSchema(T parsedSchema)
      Deprecated.
      Parameters:
      parsedSchema - the parsedSchema to set
    • getRawSchema

      public byte[] getRawSchema()
      Deprecated.
      Specified by:
      getRawSchema in interface ParsedSchema<T>
      Returns:
      the rawSchema
    • setRawSchema

      public ParsedSchemaImpl<T> setRawSchema(byte[] rawSchema)
      Deprecated.
      Parameters:
      rawSchema - the rawSchema to set