Class EnumKey

java.lang.Object
org.verifyica.api.EnumKey

public class EnumKey extends Object
Utility class to provide a class scoped string representation of an Enum value.
  • Method Details

    • of

      public static String of(Enum<?> value)
      Get the enum key as a class scoped string representation.
      Parameters:
      value - the enum value
      Returns:
      the class scoped string representation of the enum