Enum Class JettyServerProperties.Accesslog.FORMAT

java.lang.Object
java.lang.Enum<JettyServerProperties.Accesslog.FORMAT>
org.springframework.boot.autoconfigure.web.server.jetty.JettyServerProperties.Accesslog.FORMAT
All Implemented Interfaces:
Serializable, Comparable<JettyServerProperties.Accesslog.FORMAT>, Constable
Enclosing class:
JettyServerProperties.Accesslog

public static enum JettyServerProperties.Accesslog.FORMAT extends Enum<JettyServerProperties.Accesslog.FORMAT>
Log format for Jetty access logs.
Since:
3.5.0
Author:
Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
  • Enum Constant Details

  • Method Details

    • values

      public static JettyServerProperties.Accesslog.FORMAT[] 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 JettyServerProperties.Accesslog.FORMAT 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