- JsonResponse - top.lshaci.framework.core.model中的类
-
Web controller json response
- JsonResponse() - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
- JsonResponse(Object) - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
Constructs a success json response with data
- JsonResponse(boolean, Object) - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
Constructs a json response with status and data
- JsonResponse(boolean, String) - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
Constructs a json response with status and message
- JsonResponse(boolean, String, Object) - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
Constructs a json response with status, message, data
- JsonResponse(boolean, int, String, Object) - 类 的构造器top.lshaci.framework.core.model.JsonResponse
-
Constructs a json response with status, code, message, data