Uses of Class
org.springframework.shell.command.invocation.InvocableShellMethod
Packages that use InvocableShellMethod
-
Uses of InvocableShellMethod in org.springframework.shell.command.invocation
Methods in org.springframework.shell.command.invocation that return InvocableShellMethodModifier and TypeMethodDescriptionInvocableShellMethod.createWithResolvedBean()If the provided instance contains a bean name rather than an object instance, the bean name is resolved before aInvocableShellMethodis created and returned.InvocableShellMethod.getResolvedFromHandlerMethod()Return the HandlerMethod from which this HandlerMethod instance was resolved viacreateWithResolvedBean().Constructors in org.springframework.shell.command.invocation with parameters of type InvocableShellMethodModifierConstructorDescriptionprotectedInvocableShellMethod(InvocableShellMethod handlerMethod) Copy constructor for use in subclasses.