-
public class BridgeReflect
-
-
Method Summary
Modifier and Type Method Description static booleancheckServiceLegal(Class<out Object> clz)static Class<out IBridgeService>getLegalService(Class<out Object> clz)static voidcheckCommand(Command command)static Class<out IBridgeService>getRegisterService(Command command)static Array<Object>constructorCommandArgs(Method method, Command command, BridgeCallback callback)static booleancheckParamsMatchMethod(JSONObject jsonObject)static ObjectfindParams(JSONObject jsonObject, Method method)-
-
Method Detail
-
checkServiceLegal
static boolean checkServiceLegal(Class<out Object> clz)
-
getLegalService
static Class<out IBridgeService> getLegalService(Class<out Object> clz)
-
checkCommand
static void checkCommand(Command command)
-
getRegisterService
static Class<out IBridgeService> getRegisterService(Command command)
-
constructorCommandArgs
static Array<Object> constructorCommandArgs(Method method, Command command, BridgeCallback callback)
-
checkParamsMatchMethod
static boolean checkParamsMatchMethod(JSONObject jsonObject)
-
findParams
static Object findParams(JSONObject jsonObject, Method method)
-
-
-
-