Uses of Package
org.springframework.boot.actuate.endpoint.invoke
Packages that use org.springframework.boot.actuate.endpoint.invoke
Package
Description
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.
Auto-configuration for Cloud Foundry endpoints.
Spring WebFlux support for actuator endpoints.
-
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.annotationClassDescriptionInterface 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. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invokeClassDescription
RuntimeExceptionthrown when an endpoint invocation does not contain required parameters.Interface to perform an operation invocation.A single operation parameter.A collection ofoperation parameters.AParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoke.convertClassDescriptionA single operation parameter.A
ParameterMappingExceptionis thrown when a failure occurs duringoperation parameter mapping.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoke.reflectClassDescriptionInterface to perform an operation invocation.A collection of
operation parameters.Maps parameter values to the required type when invoking an endpoint. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.invoker.cacheClassDescriptionInterface to perform an operation invocation.Allows additional functionality to be applied to an
OperationInvoker.A collection ofoperation parameters. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.jmx.annotationClassDescriptionInterface 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. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.actuate.endpoint.web.annotationClassDescriptionInterface 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. -
Classes in org.springframework.boot.actuate.endpoint.invoke used by org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpointClassDescriptionAllows additional functionality to be applied to an
OperationInvoker.Maps parameter values to the required type when invoking an endpoint. -