Uses of Class
org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Package
Description
Interfaces and classes relating to invoking operation methods.
Converter support for actuator endpoints.
-
Uses of ParameterMappingException in org.springframework.boot.actuate.endpoint.invoke
Modifier and TypeMethodDescriptionParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value) Map the specifiedinput
parameter to the givenparameterType
. -
Uses of ParameterMappingException in org.springframework.boot.actuate.endpoint.invoke.convert
Modifier and TypeMethodDescriptionConversionServiceParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value)