Class SetEditor

All Implemented Interfaces:
PropertyEditor

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

    • SetEditor

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