java.lang.Object
net.serenitybdd.screenplay.EnumValues

public class EnumValues extends Object
  • Constructor Details

    • EnumValues

      public EnumValues(Class<T> enumType)
  • Method Details

    • convertToEnum

      protected <T> T convertToEnum(Class<T> enumType, String value)
    • forType

      public static EnumValues forType(Class<?> enumType)
    • getValueOf

      public <T> T getValueOf(String value)
    • getValuesOf

      public <T> List<T> getValuesOf(List<?> values)