接口的使用
org.springframework.boot.actuate.endpoint.invoke.OperationParameter
使用OperationParameter的程序包
程序包
说明
Interfaces and classes relating to invoking operation methods.
Converter support for actuator endpoints.
-
org.springframework.boot.actuate.endpoint.invoke中OperationParameter的使用
修饰符和类型方法说明OperationParameters.get(int index) Return the parameter at the specified index.ParameterMappingException.getParameter()Return the parameter being mapped.修饰符和类型方法说明MissingParametersException.getMissingParameters()Returns the parameters that were missing.OperationParameters.stream()Return a stream of the contained parameters.修饰符和类型方法说明ParameterValueMapper.mapParameterValue(OperationParameter parameter, Object value) Map the specifiedinputparameter to the givenparameterType.限定符构造器说明ParameterMappingException(OperationParameter parameter, Object value, Throwable cause) Creates a newParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype. -
org.springframework.boot.actuate.endpoint.invoke.convert中OperationParameter的使用
修饰符和类型方法说明ConversionServiceParameterValueMapper.mapParameterValue(OperationParameter parameter, Object value)