Discover how to use the @JsonMerge annotation from the Jackson Java library.
Also find me here:
Baeldung Author
Sam Gardner
I'm a UK based full stack developer with 8+ years of experience. I specialise in Java but enjoy working with frontend languages and libraries as well. I'm always keen to learn new things and pass on that knowledge to others.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (3)
- Java String (3)
- Java List (2)
- Java Concurrency (2)
- Java Collections (2)
- Jackson (2)
- Spring (1)
- Reactive (1)
- Persistence (1)
- Networking (1)
- Java Web (1)
- Java Streams (1)
- Java Numbers (1)
- Java Dates (1)
- Java (1)
- JSON (1)
- Core Java (1)
- Algorithms (1)
Check if a List Contains an Element From Another List in Java
Filed under Java List
Learn how to check if a list contains elements from another list in Java.
URL Query Manipulation in Java
Filed under Java, Networking
A quick and practical guide to URL manipulation in Java.
Moving Items Around in an Arraylist
Filed under Java List
Learn three different ways of moving items around in an ArrayList.
Mapping an Array of Integers to Strings Using Java Streams
Filed under Java Streams
Learn how to use Java Streams to convert arrays of Integers or primitive integers into strings.