Class DiscoveredOperationMethod
java.lang.Object
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
An
OperationMethod
discovered by an EndpointDiscoverer
.- Since:
- 2.0.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorDescriptionDiscoveredOperationMethod
(Method method, OperationType operationType, AnnotationAttributes annotationAttributes) -
Method Summary
Methods inherited from class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
getMethod, getOperationType, getParameters, toString
-
Constructor Details
-
DiscoveredOperationMethod
public DiscoveredOperationMethod(Method method, OperationType operationType, AnnotationAttributes annotationAttributes)
-
-
Method Details
-
getProducesMediaTypes
-