Package io.apicurio.registry.resolver
Interface ParsedSchema<T>
-
- All Known Implementing Classes:
ParsedSchemaImpl
public interface ParsedSchema<T>- Author:
- Fabian Martinez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetParsedSchema()byte[]getRawSchema()
-
-
-
Method Detail
-
getParsedSchema
T getParsedSchema()
- Returns:
- the parsedSchema
-
getRawSchema
byte[] getRawSchema()
- Returns:
- the rawSchema
-
-