上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 94 下一页
摘要: 自动配置类 Servlet 相关的匹配的自动配置类: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration org.springframework.boot.autoconfigur 阅读全文
posted @ 2022-11-28 09:44 流星<。)#)))≦ 阅读(179) 评论(0) 推荐(0)
摘要: 查询版本 select version(); 查询编码 查询表名和表注释 select TABLE_NAME, TABLE_COMMENT from INFORMATION_SCHEMA.Tables where table_schema = 'daoancomp'; 查询表字段和注释 select 阅读全文
posted @ 2022-11-22 14:06 流星<。)#)))≦ 阅读(26) 评论(0) 推荐(0)
摘要: 参考资料 FasterXML · GitHub Jackson Releases Jackson解析JSON详细教程 jackson处理json 初识Jackson——世界上最好的JSON库 Jackson详解 [享学Jackson] 二、jackson-core之流式API与JsonFactory 阅读全文
posted @ 2022-11-21 16:05 流星<。)#)))≦ 阅读(33) 评论(0) 推荐(0)
摘要: 参考资料 20220628 HttpMessageConverter 依赖分析 从 Maven 依赖关系分析 spring-boot-starter-web |--spring-boot-starter-json |--|--jackson-databind 源码理解 Spring Boot 配置属 阅读全文
posted @ 2022-11-21 16:05 流星<。)#)))≦ 阅读(36) 评论(0) 推荐(0)
摘要: 概述 TreeNode 接口,JsonNode 抽象类实现 TreeNode 主要关注 TreeNode 接口的方法 ObjectMapper 相关方法 readTree writeTree 简单使用 String user = objectMapper.writeValueAsString(Use 阅读全文
posted @ 2022-11-21 16:04 流星<。)#)))≦ 阅读(47) 评论(0) 推荐(0)
摘要: 参考资料 [享学Jackson] 二、jackson-core之流式API与JsonFactory、JsonGenerator、JsonParser Jackson用法大全 概述 JsonParser 、JsonGenerator 、JsonFactory 位于 jackson-core 模块中,此 阅读全文
posted @ 2022-11-21 16:04 流星<。)#)))≦ 阅读(171) 评论(0) 推荐(0)
摘要: 概述 常用注解包括 | 注解 | 使用位置 | 描述 | | | | | | @JsonIgnore | 类属性 | 忽略某个 Java 对象中的属性,它将不参与 JSON 的序列化与反序列化 | | @JsonGetter | 类属性 getter 方法 | 自定义属性名称 | | @JsonSe 阅读全文
posted @ 2022-11-21 16:04 流星<。)#)))≦ 阅读(30) 评论(0) 推荐(0)
摘要: 概览 Feature 分类 整体来看,Feature 应该分为 6 套: JsonFactory.Feature 实现 JacksonFeature JsonParser.Feature 、JsonGenerator.Feature 将在 Jackson 3 被移除 StreamReadFeatur 阅读全文
posted @ 2022-11-21 16:03 流星<。)#)))≦ 阅读(364) 评论(0) 推荐(0)
摘要: 概述 com.fasterxml.jackson.databind.ObjectMapper 门面类,提供几乎所有的 JSON 操作方法 databind 模块中的类 线程安全,前提是不修改对象映射器的配置 公共方法 模块(Module) Module registration, discovery 阅读全文
posted @ 2022-11-21 16:03 流星<。)#)))≦ 阅读(447) 评论(0) 推荐(0)
摘要: Jackson 介绍 三大核心模块 Jackson 有三个核心包,分别是 Streaming、Databind、Annotations,通过这些包可以方便的对 JSON 进行操作 Streaming 在 jackson-core 模块,定义了一些流处理相关的 API 以及特定的 JSON 实现 An 阅读全文
posted @ 2022-11-21 16:02 流星<。)#)))≦ 阅读(166) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 94 下一页