Uses of Interface
org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Packages that use 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
Methods in org.springframework.boot.actuate.endpoint.invoke that return OperationParameterModifier and TypeMethodDescriptionOperationParameters.get
(int index) Return the parameter at the specified index.ParameterMappingException.getParameter()
Return the parameter being mapped.Methods in org.springframework.boot.actuate.endpoint.invoke that return types with arguments of type OperationParameterModifier and TypeMethodDescriptionMissingParametersException.getMissingParameters()
Returns the parameters that were missing.OperationParameters.stream()
Return a stream of the contained parameters.Methods in org.springframework.boot.actuate.endpoint.invoke with parameters of type OperationParameterModifier and TypeMethodDescriptionParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value) Map the specifiedinput
parameter to the givenparameterType
.Constructors in org.springframework.boot.actuate.endpoint.invoke with parameters of type OperationParameterModifierConstructorDescriptionParameterMappingException
(OperationParameter parameter, Object value, Throwable cause) Creates a newParameterMappingException
for a failure that occurred when trying to map the giveninput
to the giventype
.Constructor parameters in org.springframework.boot.actuate.endpoint.invoke with type arguments of type OperationParameterModifierConstructorDescriptionMissingParametersException
(Set<OperationParameter> missingParameters) -
Uses of OperationParameter in org.springframework.boot.actuate.endpoint.invoke.convert
Methods in org.springframework.boot.actuate.endpoint.invoke.convert with parameters of type OperationParameterModifier and TypeMethodDescriptionConversionServiceParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value)