open fun setTargetMapClass(@Nullable targetMapClass: Class<out MutableMap<Any?, Any?>>): Unit
Set the class to use for the target Map. Can be populated with a fully qualified class name when defined in a Spring application context.
Default is a linked HashMap, keeping the registration order.
See Also
java.util.LinkedHashMap