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 givenHttpEntityinto aHeaderLinksResponseEntity.static <S extends RepresentationModel<?>>
HeaderLinksResponseEntity<S>HeaderLinksResponseEntity.wrap(S entity) Wraps the givenRepresentationModelinto aHeaderLinksResponseEntity.