| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.invoke |
Interfaces and classes relating to invoking operation methods.
|
| org.springframework.boot.actuate.endpoint.invoke.convert |
Converter support for actuator endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ParameterValueMapper.mapParameterValue(OperationParameter parameter,
Object value)
Map the specified
input parameter to the given parameterType. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConversionServiceParameterValueMapper.mapParameterValue(OperationParameter parameter,
Object value) |