Generic array support editor. Depending on type of array it performs all required operations to transform from/to text. It requires array cell property editor to be present -
ProperyEditorManager.findEditor(arrayClass.getComponentType()) != null This class is not registered as property editor in {@link PropertyEditorManager}. It is created at runtime in following condition:
- Any of {@link PropertyEditors} fetch methods is passed array type for which there is no editor
- {@link PropertyEditors} or {@link PropertyEditorManager} can access editor for {@link Class#getComponentType}.
@author baranowb