HslReflectionHelperGetParametersFromJson 方法 |
名称 | 说明 | |
---|---|---|
GetParametersFromJson(MethodInfo, ParameterInfo) |
从方法的参数列表里,提取出实际的示例参数信息,返回一个json对象,注意:该数据是示例的数据,具体参数的限制参照服务器返回的数据声明。 From the parameter list of the method, extract the actual example parameter information, and return a json object. Note: The data is the example data, and the specific parameter restrictions refer to the data declaration returned by the server. | |
GetParametersFromJson(ISessionContext, HttpListenerRequest, ParameterInfo, String) |
从Json数据里解析出真实的数据信息,根据方法参数列表的类型进行反解析,然后返回实际的数据数组 Analyze the real data information from the Json data, perform de-analysis according to the type of the method parameter list, and then return the actual data array |