@Configuration(proxyBeanMethods=false) public class CommandCatalogAutoConfiguration extends Object
| Constructor and Description |
|---|
CommandCatalogAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CommandCatalog |
commandCatalog(org.springframework.beans.factory.ObjectProvider<MethodTargetRegistrar> methodTargetRegistrars,
org.springframework.beans.factory.ObjectProvider<CommandResolver> commandResolvers,
org.springframework.beans.factory.ObjectProvider<CommandCatalogCustomizer> commandCatalogCustomizers,
ShellContext shellContext) |
CommandCatalogCustomizer |
defaultCommandCatalogCustomizer(org.springframework.beans.factory.ObjectProvider<CommandRegistration> commandRegistrations) |
@Bean @ConditionalOnMissingBean(value=org.springframework.shell.command.CommandCatalog.class) public CommandCatalog commandCatalog(org.springframework.beans.factory.ObjectProvider<MethodTargetRegistrar> methodTargetRegistrars, org.springframework.beans.factory.ObjectProvider<CommandResolver> commandResolvers, org.springframework.beans.factory.ObjectProvider<CommandCatalogCustomizer> commandCatalogCustomizers, ShellContext shellContext)
@Bean public CommandCatalogCustomizer defaultCommandCatalogCustomizer(org.springframework.beans.factory.ObjectProvider<CommandRegistration> commandRegistrations)
Copyright © 2023. All rights reserved.