类 JSONListConverter

  • 所有已实现的接口:
    cn.hutool.core.convert.Converter<List<com.alibaba.fastjson.JSONObject>>, Serializable

    public class JSONListConverter
    extends cn.hutool.core.convert.AbstractConverter<List<com.alibaba.fastjson.JSONObject>>
    JSONList类型转换器
    从以下版本开始:
    2019年7月25日
    作者:
    ylyue
    另请参阅:
    序列化表格
    • 构造器详细资料

      • JSONListConverter

        public JSONListConverter()
    • 方法详细资料

      • convertInternal

        protected List<com.alibaba.fastjson.JSONObject> convertInternal​(Object value)
        指定者:
        convertInternal 在类中 cn.hutool.core.convert.AbstractConverter<List<com.alibaba.fastjson.JSONObject>>
      • getRegistryTypes

        public static List<Type> getRegistryTypes()