Uses of Enum Class
org.springframework.boot.web.server.servlet.Encoding.Type
Packages that use Encoding.Type
-
Uses of Encoding.Type in org.springframework.boot.web.server.servlet
Subclasses with type arguments of type Encoding.Type in org.springframework.boot.web.server.servletModifier and TypeClassDescriptionstatic enum
Type of HTTP message to consider for encoding configuration.Methods in org.springframework.boot.web.server.servlet that return Encoding.TypeModifier and TypeMethodDescriptionstatic Encoding.Type
Returns the enum constant of this class with the specified name.static Encoding.Type[]
Encoding.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.server.servlet with parameters of type Encoding.Type