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 Details

    • JsonSchemaWrapper

      public JsonSchemaWrapper(io.apicurio.registry.rules.ParsedJsonSchema schema, Map<String,io.apicurio.registry.content.TypedContent> fileContents)
  • Method Details

    • getSchema

      public io.apicurio.registry.rules.ParsedJsonSchema getSchema()
      Specified by:
      getSchema in interface ParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>
    • getSchemaContents

      public Map<String,io.apicurio.registry.content.TypedContent> getSchemaContents()
      Specified by:
      getSchemaContents in interface ParsedDirectoryWrapper<io.apicurio.registry.rules.ParsedJsonSchema>