Package | Description |
---|---|
org.springframework.shell.command |
Modifier and Type | Class and Description |
---|---|
static class |
CommandExecution.DefaultCommandExecution
Default implementation of a
CommandExecution . |
Modifier and Type | Method and Description |
---|---|
static CommandExecution |
CommandExecution.of(List<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers)
Gets an instance of a default
CommandExecution . |
static CommandExecution |
CommandExecution.of(List<? extends org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> resolvers,
javax.validation.Validator validator,
org.jline.terminal.Terminal terminal,
org.springframework.core.convert.ConversionService conversionService)
Gets an instance of a default
CommandExecution . |
Copyright © 2024. All rights reserved.