Class MapEditor

All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
PropertiesEditor

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

  • Constructor Details

    • MapEditor

      public MapEditor(Class<?> keyType, Class<?> valueType)
      Creates a new DateEditor instance
      Parameters:
      keyType - The key type
      valueType - The value type
  • Method Details