| Package | Description |
|---|---|
| dk.langli.jensen.caller |
| Modifier and Type | Method and Description |
|---|---|
JsonRpcException |
JsonRpcExceptionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JsonRpcCaller.call(int callStackDistance,
Object... params) |
<T> T |
JsonRpcCaller.call(String method,
Type returnType,
Object... params) |
<T> T |
JsonRpcCaller.callMethod(String className,
String methodName,
Object... params) |
<T> T |
JsonRpcCaller.callThis(Object... params) |
Copyright © 2018. All rights reserved.