| Name | Description | Type | Package | Framework |
| BasicLinkBuilder | Simples LinkBuilder implementation possible. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| ControllerLinkBuilder | Builder to ease building Link instances pointing to Spring MVC controllers. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| ControllerLinkBuilderFactory | Factory for LinkBuilderSupport instances based on the request mapping annotated on the given controller. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| ControllerRelProvider | Class | org.springframework.hateoas.mvc | Spring Hateoas | |
| HeaderLinksResponseEntity | Special ResponseEntity that exposes Link instances in the contained ResourceSupport as linkheaders instead of in the body. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| IdentifiableResourceAssemblerSupport | Base class to implement ResourceAssemblers. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| ResourceAssemblerSupport | Base class to implement ResourceAssemblers. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| TypeConstrainedMappingJackson2HttpMessageConverter | Extension of MappingJackson2HttpMessageConverter to constrain the ability to read and write HTTP messagebased on the target type. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| TypeReferences | Helper to easily create ParameterizedTypeReference instances to Spring HATEOAS resource types. | Class | org.springframework.hateoas.mvc | Spring Hateoas |
| TypeReferences .PagedResourcesType | A ParameterizedTypeReference to return a PagedResources of some type. | Class | org.springframework.hateoas.mvc.TypeReferences | Spring Hateoas |
| TypeReferences .ResourcesType | A ParameterizedTypeReference to return a Resources of some type. | Class | org.springframework.hateoas.mvc.TypeReferences | Spring Hateoas |
| TypeReferences .ResourceType | A ParameterizedTypeReference to return a Resource of some type. | Class | org.springframework.hateoas.mvc.TypeReferences | Spring Hateoas |
| UriComponentsContributor | SPI callback to enhance a UriComponentsBuilder when referring to a method through a dummy method invocation. | Interface | org.springframework.hateoas.mvc | Spring Hateoas |