Jackson Serialization order
1. Overview In this article, we will learn to control the serialization order of the object properties in Jackson. To know more about the Jackson… Read More »Jackson Serialization order
1. Overview In this article, we will learn to control the serialization order of the object properties in Jackson. To know more about the Jackson… Read More »Jackson Serialization order
1. Overview In this article, we will learn to convert between JSON and Map in Java using Jackson library. To learn more about Jackson, refer… Read More »Jackson Java convert between JSON and Map
1. Overview In this article, we will learn to convert between byte arrays and hexadecimal string using the HexFormat class introduced in Java SE \… Read More »Java HexFormat – byte arrays and hexadecimal conversion
1. Overview In this article, we will learn the new Java utility class HexFormat added to the standard library package java.util in Java SE \… Read More »JDK 17 Java HexFormat
1. Overview In this article, we will learn the difference between @RequestParam and @PathVariable. Before going to the topic, let’s understand a few basic terminologies:… Read More »Difference between @RequestParam and @PathVariable