I have the following simple class defined:
data class Foo(val someMap: Map = mapOf())
I\'ve also configured the ObjectM