Class SchemaGenerator
java.lang.Object
org.openapitools.codegen.languages.SchemaGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEntity(com.fasterxml.jackson.databind.JsonNode model) voidwriteSchemata(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
-
Field Details
-
REFERENCE_KEY
- See Also:
-
PROPERTIES_KEY
- See Also:
-
-
Constructor Details
-
SchemaGenerator
-
-
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)
-