Uses of Class
org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Packages that use 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
Methods in org.springframework.boot.actuate.endpoint.invoke that throw ParameterMappingExceptionModifier 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
Methods in org.springframework.boot.actuate.endpoint.invoke.convert that throw ParameterMappingExceptionModifier and TypeMethodDescriptionConversionServiceParameterValueMapper.mapParameterValue
(OperationParameter parameter, Object value)