Uncategorized
@JsonProperty vs @JsonAlias in Jackson
This time, I would like to show you a @JsonProperty vs @JsonAlias Jackson annotation comparison and a few things worth remembering.
Articles
This time, I would like to show you a @JsonProperty vs @JsonAlias Jackson annotation comparison and a few things worth remembering.
In this short article, I would like to explain the difference between the NullNode and null value when working with Jackson library.
This time, we will focus on differences between just(), defer(), fromSupplier() and create() methods in exceptions and null handling.
After reading this first article in a series, you will have a decent understanding of four ways of creating Monos in Project Reactor.
In this article, I’d like to show you how to use MockK- an open-source mocking library for Kotlin- with JUnit 5.