Package io.apicurio.registry.maven
Class JsonSchemaDirectoryParser.JsonSchemaWrapper
java.lang.Object
io.apicurio.registry.maven.JsonSchemaDirectoryParser.JsonSchemaWrapper
- All Implemented Interfaces:
ParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>
- Enclosing class:
- JsonSchemaDirectoryParser
public static class JsonSchemaDirectoryParser.JsonSchemaWrapper
extends Object
implements ParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>
-
Constructor Summary
ConstructorsConstructorDescriptionJsonSchemaWrapper
(io.apicurio.registry.rules.ParsedJsonSchema schema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) -
Method Summary
Modifier and TypeMethodDescriptionio.apicurio.registry.rules.ParsedJsonSchema
-
Constructor Details
-
JsonSchemaWrapper
-
-
Method Details
-
getSchema
public io.apicurio.registry.rules.ParsedJsonSchema getSchema()- Specified by:
getSchema
in interfaceParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>
-
getSchemaContents
- Specified by:
getSchemaContents
in interfaceParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>
-