Class ListEditor

All Implemented Interfaces:
PropertyEditor

public class ListEditor extends CollectionEditor
A PropertyEditor which converts a String into a List and vice versa.
  • Constructor Details

    • ListEditor

      public ListEditor(Class<?> elementType)
      Creates a new DateEditor instance
      Parameters:
      elementType - The type of element
  • Method Details