类 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
.- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
构造器概要
构造器构造器说明DiscoveredOperationMethod
(Method method, OperationType operationType, AnnotationAttributes annotationAttributes) -
方法概要
从类继承的方法 org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
getMethod, getOperationType, getParameters, toString
-
构造器详细资料
-
DiscoveredOperationMethod
public DiscoveredOperationMethod(Method method, OperationType operationType, AnnotationAttributes annotationAttributes)
-
-
方法详细资料
-
getProducesMediaTypes
-