Package cn.leancloud
Class EngineFunctionHandlerInfo
java.lang.Object
cn.leancloud.EngineHandlerInfo
cn.leancloud.EngineFunctionHandlerInfo
-
Constructor Summary
ConstructorsConstructorDescriptionEngineFunctionHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class returnType) -
Method Summary
Methods inherited from class cn.leancloud.EngineHandlerInfo
execute, getEndPoint, getEngineHandlerInfo, getEngineHandlerInfo, getEngineHandlerInfo, getHandlerMethod, getParamList, wrapperResponse
-
Constructor Details
-
EngineFunctionHandlerInfo
public EngineFunctionHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class returnType)
-
-
Method Details
-
parseParams
- Specified by:
parseParamsin classEngineHandlerInfo- Throws:
cn.leancloud.InvalidParameterException
-