I experiment with Kotlin and generics and want to make a generic JSON mapper based on Jackson to practically pass any class and get an instance of my desired class.
E