editors property

Map<Type, EditorBuilder> editors
final

Custom editor factories keyed by property Type.

Entries here override the corresponding built-in editor. To add support for an entirely new type, simply add an entry for that type.

Implementation

final Map<Type, EditorBuilder> editors;