Package io.apicurio.registry.serde
Interface ParsedSchema<T>
-
- All Known Implementing Classes:
ParsedSchemaImpl
@Deprecated public interface ParsedSchema<T>
Deprecated.This interface is deprecated and eventually will be replaced byParsedSchema- Author:
- Fabian Martinez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TgetParsedSchema()Deprecated.byte[]getRawSchema()Deprecated.
-
-
-
Method Detail
-
getParsedSchema
T getParsedSchema()
Deprecated.- Returns:
- the parsedSchema
-
getRawSchema
byte[] getRawSchema()
Deprecated.- Returns:
- the rawSchema
-
-