Uses of Class
tech.mgl.core.config.MGL_JSONConfig
Packages that use MGL_JSONConfig
-
Uses of MGL_JSONConfig in tech.mgl.core.utils
Methods in tech.mgl.core.utils with parameters of type MGL_JSONConfigModifier and TypeMethodDescriptionstatic com.alibaba.fastjson2.JSONObjectMGL_JsonUtils.from(MGL_JSONConfig jconfig, Object... objs) static StringMGL_JsonUtils.obj2JSONString(MGL_JSONConfig config, Object... objs) 返回jsonString类型static StringMGL_JsonUtils.result(boolean status, Integer p_status, String info, Object content, MGL_JSONConfig config) 获取json格式字符串static StringMGL_JsonUtils.result(boolean status, String info, Object obj, MGL_JSONConfig config) static ObjectMGL_JsonUtils.toJson(Object obj, com.alibaba.fastjson2.PropertyNamingStrategy cases, MGL_JSONConfig config) Deprecated.static ObjectMGL_JsonUtils.toJson(Object obj, MGL_JSONConfig config) 按指定的规则把对象转换JSON 查看PropertyNamingStrategy