类 OperationMethod
java.lang.Object
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- 直接已知子类:
DiscoveredOperationMethod
Information describing an operation method on an endpoint method.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器概要
构造器构造器说明OperationMethod
(Method method, OperationType operationType) Create a newOperationMethod
instance. -
方法概要
修饰符和类型方法说明Return the source Java method.Return the operation type.Return the operation parameters.toString()
-
构造器详细资料
-
OperationMethod
Create a newOperationMethod
instance.- 参数:
method
- the source methodoperationType
- the operation type
-
-
方法详细资料