Uses of Class
io.apicurio.hub.api.codegen.beans.CodegenInfo
-
Packages that use CodegenInfo Package Description io.apicurio.hub.api.codegen io.apicurio.hub.api.codegen.jaxrs -
-
Uses of CodegenInfo in io.apicurio.hub.api.codegen
Methods in io.apicurio.hub.api.codegen that return CodegenInfo Modifier and Type Method Description protected CodegenInfoOpenApi2JaxRs. getInfoFromApiDoc()Processes the OpenAPI document to produce a CodegenInfo object that contains everything needed to generate appropriate Java class(es).Methods in io.apicurio.hub.api.codegen with parameters of type CodegenInfo Modifier and Type Method Description protected voidOpenApi2JaxRs. generateAll(CodegenInfo info, StringBuilder log, ZipOutputStream zipOutput)Generates all of the content for storage in the ZIP.protected voidOpenApi2Quarkus. generateAll(CodegenInfo info, StringBuilder log, ZipOutputStream zipOutput)protected voidOpenApi2Thorntail. generateAll(CodegenInfo info, StringBuilder log, ZipOutputStream zipOutput)protected StringOpenApi2JaxRs. generateJavaInterface(CodegenInfo info, CodegenJavaInterface _interface)Generates a Jax-rs interface from the given codegen information.protected StringOpenApi2JaxRs. generatePomXml(CodegenInfo info)Generates the pom.xml file. -
Uses of CodegenInfo in io.apicurio.hub.api.codegen.jaxrs
Methods in io.apicurio.hub.api.codegen.jaxrs that return CodegenInfo Modifier and Type Method Description CodegenInfoOpenApi2CodegenVisitor. getCodegenInfo()Gets the CodegenInfo object that was created by the visitor.
-