Enum Class WarningType

java.lang.Object
java.lang.Enum<WarningType>
com.github.muehmar.gradle.openapi.warnings.WarningType
All Implemented Interfaces:
Serializable, Comparable<WarningType>, Constable

public enum WarningType extends Enum<WarningType>
  • Enum Constant Details

    • UNSUPPORTED_VALIDATION

      public static final WarningType UNSUPPORTED_VALIDATION
    • MISSING_MAPPING_CONVERSION

      public static final WarningType MISSING_MAPPING_CONVERSION
  • Method Details

    • values

      public static WarningType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WarningType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null