Class ParsedSchemaImpl<T>

    • Constructor Detail

      • ParsedSchemaImpl

        public ParsedSchemaImpl()
        Deprecated.
    • Method Detail

      • 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