ScalaCollectionEditor
class ScalaCollectionEditor[T, U](val builderFunc: () => Builder[T, _], val nullAsEmpty: Boolean) extends PropertyEditorSupport
Property editor for Scala collections, converting any source collection to a given target collection type.
class PropertyEditorSupport
trait PropertyEditor
class Object
trait Matchable
class Any