Discover two Jackson-based libraries that provide efficient POJO mappings for MongoDb.
Also find me here:
Baeldung Author
Andrei Branza
Self taught software developer with 4 years of experience in Java. I want to show people that you can achieve whatever you set your mind to. My hobbies are: experience movies at the cinema, walking in parks and old city centers, great coffee with something sweet on the side. I love good pizza, pasta and a nice sour ciorba.
Here's what I've written (so far):
Baeldung on Java
- All
- Data (7)
- Testing (2)
- Spring Web (1)
- Spring Security (1)
- Java IO (1)
- Java Dates (1)
- Java Array (1)
- JSON (1)
- HTTP Client-Side (1)
- Core Java (1)
How to Use ParameterizedTypeReference in Java
Filed under HTTP Client-Side, Spring Web
A quick tutorial for using ParameterizedTypeReference with Spring HTTP clients to deserialize generic types in Java.
Serialization of Enum Values in Avro
Filed under Data
Learn how to serialize Java enum values using Apache Avro.
How to Serialize and Deserialize Dates in Avro
Filed under Java Dates
Learn how to serialize and deserialize Date objects in Java using Apache Avro.
Difference Between isA() and anyObject() in EasyMock
Filed under Testing
Discover the differences between isA() and anyObject() in EasyMock to verify that the methods are called with specific types of arguments.
Storing Null Values in Avro Files
Filed under Data
Learn how to store null values into file when working with Apache Avro.
Convert JSON to Avro Object
Filed under JSON
Learn how to convert JSON data to Apache Avro objects in Java.
Get the Schema From an Avro File
Filed under Data
Learn how to extract the schema from an Apache Avro file in Java.
Conversion from POJO to Avro Record
Learn how to convert POJOs into Avro objects.