Class CollectionEditor

All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
ListEditor, SetEditor

public class CollectionEditor extends AbstractPropertyEditor
A PropertyEditor which converts a String into a Collection and vice versa.
  • Field Details

    • ELEMENT

      static final Pattern ELEMENT
    • elementType

      private final Class<?> elementType
  • Constructor Details

    • CollectionEditor

      public CollectionEditor(Class<?> elementType)
      Creates a new CollectionEditor instance
      Parameters:
      elementType - The Element type
  • Method Details