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.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description GeneratorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientOptInput
getClientOptInput(GenerationRequest generationRequest)
static io.swagger.codegen.ClientOptInput
getClientOptInputV2(GenerationRequest generationRequest)
static void
validateSpec(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)
-
-