Class OperationMethod
java.lang.Object
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- Direct Known Subclasses:
DiscoveredOperationMethod
Information describing an operation method on an endpoint method.
- Since:
- 2.0.0
- Author:
- Phillip Webb
- See Also:
-
Constructor Summary
ConstructorDescriptionOperationMethod
(Method method, OperationType operationType) Create a newOperationMethod
instance. -
Method Summary
Modifier and TypeMethodDescriptionReturn the source Java method.Return the operation type.Return the operation parameters.toString()
-
Constructor Details
-
OperationMethod
Create a newOperationMethod
instance.- Parameters:
method
- the source methodoperationType
- the operation type
-
-
Method Details