Enum Class CorsConstants.Key

java.lang.Object
java.lang.Enum<CorsConstants.Key>
de.hybris.platform.core.cors.constants.CorsConstants.Key
All Implemented Interfaces:
Serializable, Comparable<CorsConstants.Key>, Constable
Enclosing class:
CorsConstants

public static enum CorsConstants.Key extends Enum<CorsConstants.Key>
  • Enum Constant Details

  • Method Details

    • values

      public static CorsConstants.Key[] 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 CorsConstants.Key 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
    • updateConfiguration

      public abstract void updateConfiguration(org.springframework.web.cors.CorsConfiguration configuration, String value)
    • asList

      protected List<String> asList(String values)