Uses of Class
cn.leancloud.EngineFunctionParamInfo
-
Uses of EngineFunctionParamInfo in cn.leancloud
Methods in cn.leancloud that return types with arguments of type EngineFunctionParamInfoConstructor parameters in cn.leancloud with type arguments of type EngineFunctionParamInfoModifierConstructorDescriptionBeforeUpdateHookHandlerInfo(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)