Uses of Class
org.springframework.hateoas.server.core.HeaderLinksResponseEntity
Packages that use HeaderLinksResponseEntity
-
Uses of HeaderLinksResponseEntity in org.springframework.hateoas.server.core
Methods in org.springframework.hateoas.server.core that return HeaderLinksResponseEntityModifier and TypeMethodDescriptionstatic <S extends RepresentationModel<?>>
HeaderLinksResponseEntity<S>HeaderLinksResponseEntity.wrap
(HttpEntity<S> entity) Wraps the givenHttpEntity
into aHeaderLinksResponseEntity
.static <S extends RepresentationModel<?>>
HeaderLinksResponseEntity<S>HeaderLinksResponseEntity.wrap
(S entity) Wraps the givenRepresentationModel
into aHeaderLinksResponseEntity
.