Class SchemaGenerator

java.lang.Object
org.openapitools.codegen.languages.SchemaGenerator

public class SchemaGenerator extends Object
  • Field Details

  • Constructor Details

    • SchemaGenerator

      public SchemaGenerator(String outputDir, String schemaRegistry)
  • Method Details

    • writeSchemata

      public void writeSchemata(Map<String,org.openapitools.codegen.model.ModelsMap> objs, Map<String,String> fieldRenames)
      Doesn't follow the flow of the normal code generator due to it being easier to generate json this way and not via mustache files
      Parameters:
      objs -
    • isEntity

      public boolean isEntity(com.fasterxml.jackson.databind.JsonNode model)