Package org.springframework.shell.boot
Interface CommandRegistrationCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
CommandRegistration.Builder
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(CommandRegistration.Builder commandRegistrationBuilder) Callback to customize aCommandRegistration.Builder
instance.
-
Method Details
-
customize
Callback to customize aCommandRegistration.Builder
instance.- Parameters:
commandRegistrationBuilder
- the command registration builder to customize
-