Package org.springframework.shell.boot
Class ComponentFlowAutoConfiguration
java.lang.Object
org.springframework.shell.boot.ComponentFlowAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(ComponentFlow.class)
public class ComponentFlowAutoConfiguration
extends Object
Auto-configuration
for ComponentFlow
.-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomponentFlowBuilder
(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider)
-
Constructor Details
-
ComponentFlowAutoConfiguration
public ComponentFlowAutoConfiguration()
-
-
Method Details
-
componentFlowBuilder
@Bean @Scope("prototype") @ConditionalOnMissingBean public ComponentFlow.Builder componentFlowBuilder(org.springframework.beans.factory.ObjectProvider<ComponentFlowCustomizer> customizerProvider)
-