How to fix the Jackson 2 JsonMappingException (No serializer found for class).
Also find me here:
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (33)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (17)
- Data (17)
- Java Collections (12)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Java String (5)
- Spring Web (4)
- Spring Boot (4)
- Spring Data (3)
- JSON (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Apache HttpClient – Send Custom Cookie
Filed under HTTP Client-Side
How to send Custom Cookies with the Apache HttpClient.
How To Serialize and Deserialize Enums with Jackson
How to serialize and deserialize an Enum as a JSON Object using Jackson 2.
Apache HttpClient – Get the Status Code
Filed under HTTP Client-Side
Get the status code of an HTTP Response with HttpClient.
Immutable ArrayList in Java
Filed under Java List
Create an immutable List from an ArrayList with the JDK, Guava or Apache Commons Collections.
Jackson – Marshall String to JsonNode
How to parse a JSON String into the Jackson JsonNode Model.
Ignore Null Fields With Jackson
Ignore null fields with Jackson 2 – either globally, per class or even per field.
Jackson – Unmarshall to Collection/Array
Filed under Data, Jackson, Java Collections
How to map a JSON Array correctly in a type-safe manner to a Java Collection.
Apache HttpClient – Cancel Request
Filed under HTTP Client-Side
Stop/Abort long running requests with the Apache HttpClient.