public final class PropertyEditorResolver extends Object
@Nonnull public static PropertyEditor findEditor(@Nonnull Class<?> type)
type
is an Enum then an instance of EnumPropertyEditor
is returned with the type
set as enumType
.type
- The Class object for the type to be editedEnumPropertyEditor