Uses of Enum Class
org.springframework.boot.jetty.autoconfigure.JettyServerProperties.Accesslog.Format
Packages that use JettyServerProperties.Accesslog.Format
-
Uses of JettyServerProperties.Accesslog.Format in org.springframework.boot.jetty.autoconfigure
Subclasses with type arguments of type JettyServerProperties.Accesslog.Format in org.springframework.boot.jetty.autoconfigureModifier and TypeClassDescriptionstatic enum
Log format for Jetty access logs.Methods in org.springframework.boot.jetty.autoconfigure that return JettyServerProperties.Accesslog.FormatModifier and TypeMethodDescriptionJettyServerProperties.Accesslog.getFormat()
Returns the enum constant of this class with the specified name.JettyServerProperties.Accesslog.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.jetty.autoconfigure with parameters of type JettyServerProperties.Accesslog.FormatModifier and TypeMethodDescriptionvoid
JettyServerProperties.Accesslog.setFormat
(JettyServerProperties.Accesslog.Format format)