类的使用
cn.leancloud.EngineFunctionParamInfo
-
cn.leancloud中EngineFunctionParamInfo的使用
返回变量类型为EngineFunctionParamInfo的类型的cn.leancloud中的方法类型变量类型为EngineFunctionParamInfo的cn.leancloud中的构造器参数限定符构造器说明BeforeUpdateHookHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class returnType, String hookClass) EngineFunctionHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class returnType) EngineHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class<?> returnType) EngineHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class<?> returnType, String hookClass) EngineHookHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class returnType, String hookClass)