public class MethodCallDefinition extends Object
| Constructor and Description |
|---|
MethodCallDefinition(Class<?> serviceClass) |
| Modifier and Type | Method and Description |
|---|---|
MethodCallDefinition |
arg(Object argument) |
List<Object> |
getArguments() |
String |
getMethodName() |
Class<?> |
getServiceClass() |
MethodCallDefinition |
method(String methodName) |
public MethodCallDefinition(Class<?> serviceClass)
public MethodCallDefinition method(String methodName)
public MethodCallDefinition arg(Object argument)
public Class<?> getServiceClass()
public String getMethodName()
Copyright © 2014. All rights reserved.