Package io.apicurio.registry.serde
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 byParsedSchemaImpl- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description ParsedSchemaImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TgetParsedSchema()Deprecated.byte[]getRawSchema()Deprecated.ParsedSchemaImpl<T>setParsedSchema(T parsedSchema)Deprecated.ParsedSchemaImpl<T>setRawSchema(byte[] rawSchema)Deprecated.
-
-
-
Method Detail
-
getParsedSchema
public T getParsedSchema()
Deprecated.- Specified by:
getParsedSchemain interfaceParsedSchema<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:
getRawSchemain interfaceParsedSchema<T>- Returns:
- the rawSchema
-
setRawSchema
public ParsedSchemaImpl<T> setRawSchema(byte[] rawSchema)
Deprecated.- Parameters:
rawSchema- the rawSchema to set
-
-