JavaScript is disabled on your browser.
Skip navigation links
Spring HATEOAS
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.springframework.hateoas.support.WebStack
Packages that use
WebStack
Package
Description
org.springframework.hateoas.support
Support utilities for hypermedia handling.
Uses of
WebStack
in
org.springframework.hateoas.support
Methods in
org.springframework.hateoas.support
that return
WebStack
Modifier and Type
Method
Description
static
WebStack
WebStack.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
WebStack
[]
WebStack.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.