Package io.apicurio.registry.serde
Interface ParsedSchema<T>
- All Known Implementing Classes:
ParsedSchemaImpl
Deprecated.
This interface is deprecated and eventually will be replaced by
ParsedSchema- Author:
- Fabian Martinez
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.byte[]Deprecated.
-
Method Details
-
getParsedSchema
T getParsedSchema()Deprecated.- Returns:
- the parsedSchema
-
getRawSchema
byte[] getRawSchema()Deprecated.- Returns:
- the rawSchema
-