Use Jackson to map custom JSON to any java entity graph with full control over the deserialization process.
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)
Jackson – Custom Serializer
Control your JSON output with Jackson 2 by using a Custom Serializer.
The Baeldung Weekly Review 1
Filed under Weekly Review
Interesting articles from week 1 of 2014.
Java InputStream to String
Filed under Java IO
How to convert an InputStream to a String using plain Java, Guava or Commons IO.
Jackson Unmarshalling JSON with Unknown Properties
How to unmarshall a JSON that contains Unknown Properties using Jackson.
Most Popular Articles of 2013
Filed under Spring
A quick list of the most popular articles from 2013, by number of views.
Apache HttpClient – Follow Redirects for POST
Filed under HTTP Client-Side
How to enable POST Redirect with Apache HttpClient.
Apache HttpClient – Do Not Follow Redirects
Filed under HTTP Client-Side
Stop the Apache HttpClient automatically following redirects – A Day will come when redirects will be followed, but it’s not THIS DAY!
How to Read a Large File Efficiently with Java
Filed under Java IO
Learn how to process lines in a large file efficiently with Java – no need to store everything in memory.