and I try to print some values of the mylist, for ...
# getting-started
s
and I try to print some values of the mylist, for example
println("firstname: " + myList2.get(0).firstName
, it is complaining me that: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.entity.Employee