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