public class JsonUtils
extends java.lang.Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
getOpMethod(java.lang.String methodName,
java.lang.reflect.Method[] methodSet) |
static java.lang.Object |
invokeServiceClass(com.google.gson.stream.JsonReader jsonReader,
java.lang.Object service,
java.lang.reflect.Method operation,
java.lang.Class[] paramClasses,
int paramCount) |
public static java.lang.Object invokeServiceClass(com.google.gson.stream.JsonReader jsonReader,
java.lang.Object service,
java.lang.reflect.Method operation,
java.lang.Class[] paramClasses,
int paramCount)
throws java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException,
java.io.IOException
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessExceptionjava.io.IOExceptionpublic static java.lang.reflect.Method getOpMethod(java.lang.String methodName,
java.lang.reflect.Method[] methodSet)
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.