Class SpecInputModel
java.lang.Object
io.quarkiverse.openapi.generator.deployment.codegen.SpecInputModel
-
Constructor Summary
ConstructorsConstructorDescriptionSpecInputModel(String filename, InputStream inputStream) SpecInputModel(String filename, InputStream inputStream, String basePackageName) SpecInputModel(String filename, InputStream inputStream, String basePackageName, String apiNameSuffix, String modelNameSuffix, String modelNamePrefix) -
Method Summary
-
Constructor Details
-
SpecInputModel
-
SpecInputModel
- Parameters:
filename- the name of the file for referenceinputStream- the content of the spec filebasePackageName- the name of the package where the files will be generated
-
SpecInputModel
public SpecInputModel(String filename, InputStream inputStream, String basePackageName, String apiNameSuffix, String modelNameSuffix, String modelNamePrefix) - Parameters:
filename- the name of the file for referenceinputStream- the content of the spec filebasePackageName- the name of the package where the files will be generatedapiNameSuffix- the suffix name for generated api classesmodelNameSuffix- the suffix name for generated model classesmodelNamePrefix- the prefix name for generated model classes
-
-
Method Details