public interface ObjectMethod
| Modifier and Type | Method and Description |
|---|---|
static ObjectMethod |
create(Object driverObject,
Method method,
Map<String,String> aliases) |
static Description |
describe(ObjectMethod objectMethod) |
Doc |
doc() |
String |
getName() |
int |
getParameterCount() |
Doc |
getParameterDoc(int index) |
Class<?>[] |
getParameterTypes() |
Object |
invoke(Object... args) |
boolean |
isAccessor() |
boolean |
isVarArgs() |
String getName()
int getParameterCount()
Class<?>[] getParameterTypes()
Doc getParameterDoc(int index)
Doc doc()
boolean isVarArgs()
boolean isAccessor()
static Description describe(ObjectMethod objectMethod)
Copyright © 2017. All rights reserved.