Class CodeGenCommand

java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CodeGenCommand
All Implemented Interfaces:
ConsoleOutput, Callable<Integer>
Direct Known Subclasses:
CreateBeanCommand, CreateClientCommand, CreateCommandCommand, CreateControllerCommand, CreateGrpcServiceCommand, CreateJmsConsumer, CreateJmsProducer, CreateJobCommand, CreateKafkaListener, CreateKafkaProducer, CreateKeyPair, CreateMqttPublisher, CreateMqttSubscriber, CreateNatsListener, CreateNatsProducer, CreateProtoServiceCommand, CreateRabbitMQListener, CreateRabbitMQProducer, CreateRepositoryCommand, CreateTestCommand, CreateWebsocketClientCommand, CreateWebsocketServerCommand, DeactivateAccount, FeatureDiffCommand, UpdateCliConfigCommand

public abstract class CodeGenCommand extends BaseCommand implements Callable<Integer>