Class ArrayEditor

All Implemented Interfaces:
PropertyEditor

public class ArrayEditor extends AbstractPropertyEditor
A PropertyEditor which converts a String into a one-dimensional array and vice versa.
  • Field Details

    • componentType

      private final Class<?> componentType
  • Constructor Details

    • ArrayEditor

      public ArrayEditor(Class<?> componentType)
      Creates a new ArrayEditor instance
      Parameters:
      componentType - The component type
  • Method Details