Uses of Interface
org.springframework.shell.command.CommandRegistration.BuilderSupplier
Packages that use CommandRegistration.BuilderSupplier
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of CommandRegistration.BuilderSupplier in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return CommandRegistration.BuilderSupplierModifier and TypeMethodDescriptionCommandCatalogAutoConfiguration.commandRegistrationBuilderSupplier
(org.springframework.beans.factory.ObjectProvider<CommandRegistrationCustomizer> customizerProvider) Methods in org.springframework.shell.boot with parameters of type CommandRegistration.BuilderSupplierModifier and TypeMethodDescriptionStandardAPIAutoConfiguration.standardMethodTargetResolver
(org.springframework.context.ApplicationContext applicationContext, CommandRegistration.BuilderSupplier builder) -
Uses of CommandRegistration.BuilderSupplier in org.springframework.shell.standard
Constructors in org.springframework.shell.standard with parameters of type CommandRegistration.BuilderSupplierModifierConstructorDescriptionStandardMethodTargetRegistrar
(org.springframework.context.ApplicationContext applicationContext, CommandRegistration.BuilderSupplier commandRegistrationBuilderSupplier)