程序包的使用
org.springframework.boot.actuate.endpoint.invoke
程序包
说明
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Core classes for actuator endpoint auto-configuration.
Actuator JMX endpoint auto-configuration.
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator endpoints.
Interfaces and classes relating to invoking operation methods.
Converter support for actuator endpoints.
Endpoint reflection support.
Caching support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
Spring WebFlux support for actuator endpoints.
-
org.springframework.boot.actuate.autoconfigure.cloudfoundry使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
-
-
-
org.springframework.boot.actuate.autoconfigure.endpoint.jmx使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
-
org.springframework.boot.actuate.endpoint.annotation使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Interface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
org.springframework.boot.actuate.endpoint.invoke使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明
RuntimeException
thrown when an endpoint invocation does not contain required parameters.Interface to perform an operation invocation.A single operation parameter.A collection ofoperation parameters
.AParameterMappingException
is thrown when a failure occurs duringoperation parameter mapping
.Maps parameter values to the required type when invoking an endpoint. -
org.springframework.boot.actuate.endpoint.invoke.convert使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明A single operation parameter.A
ParameterMappingException
is thrown when a failure occurs duringoperation parameter mapping
.Maps parameter values to the required type when invoking an endpoint. -
org.springframework.boot.actuate.endpoint.invoke.reflect使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Interface to perform an operation invocation.A collection of
operation parameters
.Maps parameter values to the required type when invoking an endpoint. -
org.springframework.boot.actuate.endpoint.invoker.cache使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Interface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.A collection ofoperation parameters
. -
org.springframework.boot.actuate.endpoint.jmx.annotation使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Interface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -
org.springframework.boot.actuate.endpoint.web.annotation使用的org.springframework.boot.actuate.endpoint.invoke中的类类说明Interface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker
.Maps parameter values to the required type when invoking an endpoint. -