@InterfaceAudience.Private public class CoprocessorMethods extends Object
| 构造器和说明 |
|---|
CoprocessorMethods() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMethod(Method method) |
void |
addMethod(String name,
Class<?>... parameters) |
void |
addMethod(String name,
String... parameters) |
boolean |
hasMethod(Method method) |
boolean |
hasMethod(String name,
Class<?>... parameters) |
boolean |
hasMethod(String name,
String... parameters) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.