Package org.openapitools.codegen.cmd
Class Meta
- java.lang.Object
-
- org.openapitools.codegen.cmd.OpenApiGeneratorCommand
-
- org.openapitools.codegen.cmd.Meta
-
- All Implemented Interfaces:
Runnable
@Command(name="meta", description="MetaGenerator. Generator for creating a new template set and configuration for Codegen. The output will be based on the language you specify, and includes default templates to include.") public class Meta extends OpenApiGeneratorCommand
User: lanwen Date: 24.03.15 Time: 20:22
-
-
Field Summary
-
Fields inherited from class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
buildInfo, global, globalOptions
-
-
Constructor Summary
Constructors Constructor Description Meta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
run
-
-