Package org.springframework.shell.boot
Class ComponentFlowAutoConfiguration.ComponentFlowConfiguration
java.lang.Object
org.springframework.shell.boot.ComponentFlowAutoConfiguration.ComponentFlowConfiguration
- Enclosing class:
- ComponentFlowAutoConfiguration
@Configuration(proxyBeanMethods=false)
protected static class ComponentFlowAutoConfiguration.ComponentFlowConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionshellCommonComponentFlowCustomizer
(org.springframework.beans.factory.ObjectProvider<org.jline.terminal.Terminal> terminal, org.springframework.beans.factory.ObjectProvider<org.springframework.core.io.ResourceLoader> resourceLoader, org.springframework.beans.factory.ObjectProvider<TemplateExecutor> templateExecutor)
-
Constructor Details
-
ComponentFlowConfiguration
protected ComponentFlowConfiguration()
-
-
Method Details
-
shellCommonComponentFlowCustomizer
@Bean @ConditionalOnMissingBean @Order(0) public ComponentFlowCustomizer shellCommonComponentFlowCustomizer(org.springframework.beans.factory.ObjectProvider<org.jline.terminal.Terminal> terminal, org.springframework.beans.factory.ObjectProvider<org.springframework.core.io.ResourceLoader> resourceLoader, org.springframework.beans.factory.ObjectProvider<TemplateExecutor> templateExecutor)
-