Uses of Class
io.swagger.codegen.v3.service.GenerationRequest
-
Packages that use GenerationRequest Package Description io.swagger.codegen.v3.service -
-
Uses of GenerationRequest in io.swagger.codegen.v3.service
Methods in io.swagger.codegen.v3.service that return GenerationRequest Modifier and Type Method Description GenerationRequestGenerationRequest. codegenVersion(GenerationRequest.CodegenVersion codegenVersion)GenerationRequestGenerationRequest. lang(String lang)GenerationRequestGenerationRequest. options(Options options)GenerationRequestGenerationRequest. spec(Object spec)GenerationRequestGenerationRequest. specURL(String specURL)GenerationRequestGenerationRequest. type(GenerationRequest.Type type)Methods in io.swagger.codegen.v3.service with parameters of type GenerationRequest Modifier and Type Method Description GeneratorServiceGeneratorService. generationRequest(GenerationRequest generationRequest)static ClientOptInputGeneratorUtil. getClientOptInput(GenerationRequest generationRequest)static io.swagger.codegen.ClientOptInputGeneratorUtil. getClientOptInputV2(GenerationRequest generationRequest)
-