More Jackson Annotations

2021 VietMX 0

1. Overview This article covers some additional annotations that were not covered in the previous article, A Guide to Jackson Annotations – we will go through seven […]

Jackson Exceptions – Problems and Solutions

2021 VietMX 0

1. Overview In this tutorial, we’ll go over the most common Jackson Exceptions – the JsonMappingException and UnrecognizedPropertyException. Finally – we’ll briefly discuss Jackson no such method errors. 2. “JsonMappingException: […]

Jackson JSON Views

2021 VietMX 0

1. Overview In this tutorial, we’ll go over how to use Jackson JSON Views to serialize/deserialize objects, customize the views and finally – how to […]

Jackson Date

2021 VietMX 0

1. Overview In this tutorial, we’ll serialize dates with Jackson. We’ll start by serializing a simple java.util.Date, then Joda-Time, and finally, the Java 8 DateTime. 2. […]