public interface SerializedInteraction
Modifier and Type | Field and Description |
---|---|
static int |
STATIC |
Modifier and Type | Method and Description |
---|---|
List<SerializedValue> |
getAllValues() |
SerializedArgument[] |
getArguments() |
Type[] |
getArgumentTypes() |
Class<?> |
getDeclaringClass() |
int |
getId() |
String |
getMethodName() |
SerializedResult |
getResult() |
Type |
getResultType() |
boolean |
hasResult() |
boolean |
isComplete() |
boolean |
isStatic() |
static final int STATIC
int getId()
boolean isComplete()
Class<?> getDeclaringClass()
String getMethodName()
Type getResultType()
SerializedResult getResult()
Type[] getArgumentTypes()
SerializedArgument[] getArguments()
List<SerializedValue> getAllValues()
boolean hasResult()
boolean isStatic()
Copyright © 2020. All rights reserved.