java.lang.Object
java.lang.Enum<ConfigPhase>
io.quarkus.annotation.processor.documentation.config.model.ConfigPhase
All Implemented Interfaces:
Serializable, Comparable<ConfigPhase>, Constable

public enum ConfigPhase extends Enum<ConfigPhase> implements Comparable<ConfigPhase>
  • Enum Constant Details

    • RUN_TIME

      public static final ConfigPhase RUN_TIME
    • BUILD_TIME

      public static final ConfigPhase BUILD_TIME
    • BUILD_AND_RUN_TIME_FIXED

      public static final ConfigPhase BUILD_AND_RUN_TIME_FIXED
  • Field Details

  • Method Details

    • values

      public static ConfigPhase[] 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 ConfigPhase 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
    • getConfigSuffix

      public String getConfigSuffix()
    • isFixedAtBuildTime

      public boolean isFixedAtBuildTime()