jackson共10篇
Why Do We Still Need Jackson or Gson in Java?-拾光赋

Why Do We Still Need Jackson or Gson in Java?

Why Do We Still Need Jackson or Gson in Java?,Alright, let’s talk about something that’s been bugging me for ages: JSON handling in Java. Why do we still need libraries like Jack...
kity的头像-拾光赋kity14天前
0266
Practical Java 16 - Using Jackson to serialize Records-拾光赋

Practical Java 16 – Using Jackson to serialize Records

Practical Java 16 - Using Jackson to serialize Records,Introduction With JDK 16 being in General Availability and JDK 17 already in early access, I think it's finally time to explo...
kity的头像-拾光赋kity4年前
04311
Jackson, JSON and the Proper Handling of Unknown Fields in APIs-拾光赋

Jackson, JSON and the Proper Handling of Unknown Fields in APIs

Jackson, JSON and the Proper Handling of Unknown Fields in APIs,Imagine the following scenario: You have an application that integrates with another through the consumption of REST...
kity的头像-拾光赋kity5年前
0505
Polymorphic deserialization with Jackson and no annotations-拾光赋

Polymorphic deserialization with Jackson and no annotations

Polymorphic deserialization with Jackson and no annotations,Suppose I asked you to take a cup from the multiple choices in the header photo, certainly you'll ask which one to choos...
kity的头像-拾光赋kity5年前
03913
Playing around with Kotlin Sealed Classes-拾光赋

Playing around with Kotlin Sealed Classes

Playing around with Kotlin Sealed Classes, Twitter account automation (3 Part Series) 1 Spring Library: Selenium-Docker pool 2 Playing around with Kotlin Sealed Classes 3 TIL: Conn...
kity的头像-拾光赋kity5年前
03315
Moonwlker: JSON without annotation-拾光赋

Moonwlker: JSON without annotation

Moonwlker: JSON without annotation,Jackson is a powerful library for processing JSON. It’s the default library used by the Spring Framework. It's very flexible and configurable. T...
kity的头像-拾光赋kity5年前
0446
Parsing JSON in Spring Boot, part 1-拾光赋

Parsing JSON in Spring Boot, part 1

Parsing JSON in Spring Boot, part 1, Parsing JSON in Spring Boot (2 Part Series) 1 Parsing JSON in Spring Boot, part 1 2 Parsing JSON in Spring Boot, part 2 Welcome to a quick tuto...
kity的头像-拾光赋kity5年前
0338
Customize how Jackson does LocalDate Parsing-拾光赋

Customize how Jackson does LocalDate Parsing

Customize how Jackson does LocalDate Parsing,Jackson is the most widely used JSON parser / generator library in the Java ecosystem, and is a default dependency of Spring Boot. Date...
kity的头像-拾光赋kity6年前
0398
Deserialize json with Java parameterized constructor-拾光赋

Deserialize json with Java parameterized constructor

Deserialize json with Java parameterized constructor,Hi Guys in my previous blog JSON deserialize generic types using Gson and Jackson I talked about how you can deserialize json i...
kity的头像-拾光赋kity6年前
04514
JSON deserialize generic types using Gson and Jackson-拾光赋

JSON deserialize generic types using Gson and Jackson

JSON deserialize generic types using Gson and Jackson,This blog will guide you how to deserialize json into java generic types. Suppose we have 2 json as given below. SocialAccount...
kity的头像-拾光赋kity6年前
0328