Package io.apicurio.registry.maven
Class AvroDirectoryParser.AvroSchemaWrapper
java.lang.Object
io.apicurio.registry.maven.AvroDirectoryParser.AvroSchemaWrapper
- All Implemented Interfaces:
ParsedDirectoryWrapper<org.apache.avro.Schema>
- Enclosing class:
- AvroDirectoryParser
public static class AvroDirectoryParser.AvroSchemaWrapper
extends Object
implements ParsedDirectoryWrapper<org.apache.avro.Schema>
-
Constructor Summary
ConstructorsConstructorDescriptionAvroSchemaWrapper
(org.apache.avro.Schema schema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.Schema
-
Constructor Details
-
AvroSchemaWrapper
-
-
Method Details
-
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
getSchema
in interfaceParsedDirectoryWrapper<org.apache.avro.Schema>
-
getSchemaContents
- Specified by:
getSchemaContents
in interfaceParsedDirectoryWrapper<org.apache.avro.Schema>
-