Class HalModelBuilder

java.lang.Object
org.springframework.hateoas.mediatype.hal.HalModelBuilder

public class HalModelBuilder extends Object
Builder API to create complex HAL representations exposing a HAL idiomatic API. It's built around the notion of a the representation consisting of an optional primary entity and e set of embeds. There's also explicit API for common HAL patterns like previews contained in _embedded for links present in the representation.
Since:
1.1
Author:
Greg Turnquist, Oliver Drotbohm