public class InvocationArg extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENTS_ARRAY
The array contents should map to a List.
|
| Constructor and Description |
|---|
InvocationArg(NativeInvocation nativeInvocation) |
InvocationArg(String className,
NativeInvocation nativeInvocation) |
InvocationArg(String className,
String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgFrom()
If java, the argument is taken straight by the Java code as Object.
|
String |
getClassName()
The type of this argument.
|
String |
getJson() |
NativeInvocation |
getNativeInvocation() |
String |
toString() |
public static final String CONTENTS_ARRAY
public InvocationArg(String className, NativeInvocation nativeInvocation)
public InvocationArg(NativeInvocation nativeInvocation)
public String getArgFrom()
public String getClassName()
public NativeInvocation getNativeInvocation()
public String getJson()
Copyright © 2019. All rights reserved.