Uses of Interface
org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Package
Description
Interfaces and classes relating to invoking operation methods.
Converter support for actuator endpoints.
-
Uses of OperationParameter in org.springframework.boot.actuate.endpoint.invoke
Modifier and TypeMethodDescriptionOperationParameters.get
(int index) Return the parameter at the specified index.ParameterMappingException.getParameter()
Return the parameter being mapped.Modifier and TypeMethodDescriptionMissingParametersException.getMissingParameters()
Returns the parameters that were missing.OperationParameters.stream()
Return a stream of the contained parameters.Modifier and TypeMethodDescriptionParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value) Map the specifiedinput
parameter to the givenparameterType
.ModifierConstructorDescriptionParameterMappingException
(OperationParameter parameter, Object value, Throwable cause) Creates a newParameterMappingException
for a failure that occurred when trying to map the giveninput
to the giventype
.ModifierConstructorDescriptionMissingParametersException
(Set<OperationParameter> missingParameters) -
Uses of OperationParameter in org.springframework.boot.actuate.endpoint.invoke.convert
Modifier and TypeMethodDescriptionConversionServiceParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value)