Package io.swagger.codegen.v3.service
Class GeneratorUtil
- java.lang.Object
 - 
- io.swagger.codegen.v3.service.GeneratorUtil
 
 
- 
public class GeneratorUtil extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER 
- 
Constructor Summary
Constructors Constructor Description GeneratorUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientOptInputgetClientOptInput(GenerationRequest generationRequest)static io.swagger.codegen.ClientOptInputgetClientOptInputV2(GenerationRequest generationRequest)static voidvalidateSpec(String lang, String inputSpec, String inputSpecURL) 
 - 
 
- 
- 
Method Detail
- 
getClientOptInputV2
public static io.swagger.codegen.ClientOptInput getClientOptInputV2(GenerationRequest generationRequest)
 
- 
getClientOptInput
public static ClientOptInput getClientOptInput(GenerationRequest generationRequest)
 
 - 
 
 -