Class CodegenConfigurator

java.lang.Object
io.swagger.codegen.v3.config.CodegenConfigurator
All Implemented Interfaces:
Serializable

public class CodegenConfigurator extends Object implements Serializable
A class that contains all codegen configuration properties a user would want to manipulate. An instance could be created by deserializing a JSON file or being populated from CLI or Maven plugin parameters. It also has a convenience method for creating a ClientOptInput class which is THE object DefaultGenerator.java needs to generate code.
See Also: