| Package | Description |
|---|---|
| org.springframework.shell.command | |
| org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
| org.springframework.shell.support |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractArgumentMethodArgumentResolver.NamedValueInfo |
ArgumentHeaderMethodArgumentResolver.createNamedValueInfo(org.springframework.core.MethodParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractArgumentMethodArgumentResolver.NamedValueInfo |
ShellOptionMethodArgumentResolver.createNamedValueInfo(org.springframework.core.MethodParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractArgumentMethodArgumentResolver.NamedValueInfo |
AbstractArgumentMethodArgumentResolver.createNamedValueInfo(org.springframework.core.MethodParameter parameter)
Create the
AbstractArgumentMethodArgumentResolver.NamedValueInfo object for the given method parameter. |
Copyright © 2023. All rights reserved.