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 |
---|---|
OperationParameter |
OperationParameters.get(int index)
Return the parameter at the specified index.
|
OperationParameter |
ParameterMappingException.getParameter()
Return the parameter being mapped.
|
Modifier and Type | Method and Description |
---|---|
Set<OperationParameter> |
MissingParametersException.getMissingParameters()
Returns the parameters that were missing.
|
Stream<OperationParameter> |
OperationParameters.stream()
Return a stream of the contained parameters.
|
Modifier and Type | Method and Description |
---|---|
Object |
ParameterValueMapper.mapParameterValue(OperationParameter parameter,
Object value)
Map the specified
input parameter to the given parameterType . |
Constructor and Description |
---|
ParameterMappingException(OperationParameter parameter,
Object value,
Throwable cause)
Creates a new
ParameterMappingException for a failure that occurred when
trying to map the given input to the given type . |
Constructor and Description |
---|
MissingParametersException(Set<OperationParameter> missingParameters) |
Modifier and Type | Method and Description |
---|---|
Object |
ConversionServiceParameterValueMapper.mapParameterValue(OperationParameter parameter,
Object value) |