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 TypeMethodDescription@Nullable ObjectParameterValueMapper.mapParameterValue(OperationParameter parameter, @Nullable Object value) Map the specifiedinputparameter 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 TypeMethodDescription@Nullable ObjectConversionServiceParameterValueMapper.mapParameterValue(OperationParameter parameter, @Nullable Object value)