Uses of Interface
org.springframework.hateoas.server.RepresentationModelAssembler
Package
Description
Server-side components for hypermedia handling.
Spring MVC helper classes to build
Link
s and assemble
RepresentationModel
types.-
Uses of RepresentationModelAssembler in org.springframework.hateoas.server
Modifier and TypeInterfaceDescriptioninterface
ARepresentationModelAssembler
based purely on the domain type, usingEntityRepresentationModel<T>
as the enclosing representation model type. -
Uses of RepresentationModelAssembler in org.springframework.hateoas.server.mvc
Modifier and TypeClassDescriptionclass
RepresentationModelAssemblerSupport<T,
D extends RepresentationModel<?>> Base class to implementRepresentationModelAssembler
s.