Class SuperUserOpenApiCodegenService
java.lang.Object
dev.getelements.elements.service.codegen.SuperUserOpenApiCodegenService
- All Implemented Interfaces:
CodegenService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SuperUserOpenApiCodegenService
public SuperUserOpenApiCodegenService()
-
-
Method Details
-
generateCore
Description copied from interface:CodegenServiceGenerates the Elements Core APIs and returns a zip file containing the generated code- Specified by:
generateCorein interfaceCodegenService- Parameters:
spec- The file containing the generated OpenAPI speclanguage- The language to generateoptions- Any options to pass to the generator- Returns:
- The file that will contain the compressed contents after code generation
-