Package io.apicurio.registry.serde
Class ParsedSchemaImpl<T>
java.lang.Object
io.apicurio.registry.serde.ParsedSchemaImpl<T>
- All Implemented Interfaces:
ParsedSchema<T>
Deprecated.
This class is deprecated and eventually will be replaced by
ParsedSchemaImpl- Author:
- Fabian Martinez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.byte[]Deprecated.setParsedSchema(T parsedSchema) Deprecated.setRawSchema(byte[] rawSchema) Deprecated.
-
Constructor Details
-
ParsedSchemaImpl
public ParsedSchemaImpl()Deprecated.
-
-
Method Details
-
getParsedSchema
Deprecated.- Specified by:
getParsedSchemain interfaceParsedSchema<T>- Returns:
- the parsedSchema
-
setParsedSchema
Deprecated.- Parameters:
parsedSchema- the parsedSchema to set
-
getRawSchema
public byte[] getRawSchema()Deprecated.- Specified by:
getRawSchemain interfaceParsedSchema<T>- Returns:
- the rawSchema
-
setRawSchema
Deprecated.- Parameters:
rawSchema- the rawSchema to set
-