Uses of Enum Class
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Packages that use ServerProperties.Jetty.Accesslog.FORMAT
Package
Description
Auto-configuration for common web concerns.
-
Uses of ServerProperties.Jetty.Accesslog.FORMAT in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ServerProperties.Jetty.Accesslog.FORMATModifier and TypeMethodDescriptionServerProperties.Jetty.Accesslog.getFormat()
Returns the enum constant of this class with the specified name.ServerProperties.Jetty.Accesslog.FORMAT.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.web with parameters of type ServerProperties.Jetty.Accesslog.FORMATModifier and TypeMethodDescriptionvoid
ServerProperties.Jetty.Accesslog.setFormat
(ServerProperties.Jetty.Accesslog.FORMAT format)