T - type of the enum we are convertingpublic class EnumAdapter<T extends Enum<?> & FriendlyNamed> extends Object
Enums. Provides common boiler plate code to initialize the actual enum value from it's user friendly display name| Constructor and Description |
|---|
EnumAdapter(String userFriendlyName,
Class<T> enumClass,
String enumClassDescription) |
Copyright © 2021 sejda. All rights reserved.