Package io.apicurio.registry.maven
Interface ParsedDirectoryWrapper<Schema>
- All Known Implementing Classes:
AvroDirectoryParser.AvroSchemaWrapper
,JsonSchemaDirectoryParser.JsonSchemaWrapper
,ProtobufDirectoryParser.DescriptorWrapper
public interface ParsedDirectoryWrapper<Schema>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSchema
Schema getSchema() -
getSchemaContents
-