Uses of Class
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Packages that use OperationMethod
Package
Description
Annotation support for actuator endpoints.
Endpoint reflection support.
-
Uses of OperationMethod in org.springframework.boot.actuate.endpoint.annotation
Subclasses of OperationMethod in org.springframework.boot.actuate.endpoint.annotationMethods in org.springframework.boot.actuate.endpoint.annotation that return OperationMethod -
Uses of OperationMethod in org.springframework.boot.actuate.endpoint.invoke.reflect
Constructors in org.springframework.boot.actuate.endpoint.invoke.reflect with parameters of type OperationMethodModifierConstructorDescriptionReflectiveOperationInvoker
(Object target, OperationMethod operationMethod, ParameterValueMapper parameterValueMapper) Creates a newReflectiveOperationInvoker
that will invoke the givenmethod
on the giventarget
.