Package | Description |
---|---|
org.springframework.shell.command.invocation |
Modifier and Type | Method and Description |
---|---|
InvocableShellMethod |
InvocableShellMethod.createWithResolvedBean()
If the provided instance contains a bean name rather than an object instance,
the bean name is resolved before a
InvocableShellMethod is created and
returned. |
InvocableShellMethod |
InvocableShellMethod.getResolvedFromHandlerMethod()
Return the HandlerMethod from which this HandlerMethod instance was
resolved via
createWithResolvedBean() . |
Constructor and Description |
---|
InvocableShellMethod(InvocableShellMethod handlerMethod)
Copy constructor for use in subclasses.
|
Copyright © 2024. All rights reserved.