Uses of Interface
org.springframework.shell.MethodTargetRegistrar
Packages that use MethodTargetRegistrar
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of MethodTargetRegistrar in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return MethodTargetRegistrarModifier and TypeMethodDescriptionStandardAPIAutoConfiguration.standardMethodTargetResolver
(org.springframework.context.ApplicationContext applicationContext, CommandRegistration.BuilderSupplier builder) Method parameters in org.springframework.shell.boot with type arguments of type MethodTargetRegistrarModifier and TypeMethodDescriptionCommandCatalogAutoConfiguration.commandCatalog
(org.springframework.beans.factory.ObjectProvider<MethodTargetRegistrar> methodTargetRegistrars, org.springframework.beans.factory.ObjectProvider<CommandResolver> commandResolvers, org.springframework.beans.factory.ObjectProvider<CommandCatalogCustomizer> commandCatalogCustomizers, ShellContext shellContext) -
Uses of MethodTargetRegistrar in org.springframework.shell.standard
Classes in org.springframework.shell.standard that implement MethodTargetRegistrarModifier and TypeClassDescriptionclass
The standard implementation ofMethodTargetRegistrar
for new shell applications, resolves methods annotated withShellMethod
onShellComponent
beans.