Kotlin

Practical Kotlin tips and solutions.

How to get started with Spring Boot

Using Spring boot with Kotlin

How to override the TypeIdResolver in Jackson

Sometimes when the field isn't present in json the type resolving fails.

How do I configure jackson object mapper?

Using Jackson and Spring to configure and Object mapper with Kotlin.

How to use Mockk in Testing

Using mockk to make testing easier

How nest annotations with kotlin

Nested annotations in Kotlin are a bit tricky if you don't know what to do.

How to create lists in Kotlin

Using lists and arrays in kotlin