Uses of Enum Class
org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.HeaderFormat
Packages that use WebMvcProperties.HeaderFormat
Package
Description
Auto-configuration for Spring MVC.
-
Uses of WebMvcProperties.HeaderFormat in org.springframework.boot.webmvc.autoconfigure
Subclasses with type arguments of type WebMvcProperties.HeaderFormat in org.springframework.boot.webmvc.autoconfigureModifier and TypeClassDescriptionstatic enumFormats of forwarded headers supported byWebMvcProperties.Forwardedheaders.Methods in org.springframework.boot.webmvc.autoconfigure that return WebMvcProperties.HeaderFormatModifier and TypeMethodDescriptionWebMvcProperties.Forwardedheaders.getHeaderFormat()Returns the enum constant of this class with the specified name.static WebMvcProperties.HeaderFormat[]WebMvcProperties.HeaderFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.webmvc.autoconfigure with parameters of type WebMvcProperties.HeaderFormatModifier and TypeMethodDescriptionvoidWebMvcProperties.Forwardedheaders.setHeaderFormat(WebMvcProperties.HeaderFormat headerFormat)