Class EntityModel<T>

java.lang.Object
org.springframework.hateoas.RepresentationModel<EntityModel<T>>
org.springframework.hateoas.EntityModel<T>

public class EntityModel<T> extends RepresentationModel<EntityModel<T>>
A simple EntityModel wrapping a domain object and adding links to it.
Author:
Oliver Gierke, Greg Turnquist