so I may have found another bug. I have a data cla...
# http4k
s
so I may have found another bug. I have a data class MyType( val mystr1: String, val mystr2: String) and a lens Body.auto<List<MyType>>("some description").toLens(). When I process a response with myLens(response) I get back an object that is a ArrayList<LinkedHashMap> and not ArrayList<MyType> which causes my tests to break.