| Package | Description |
|---|---|
| org.springframework.hateoas |
Value objects to ease creating
Links and link driven representations for REST webservices. |
| org.springframework.hateoas.core |
Implementations of core API interfaces.
|
| org.springframework.hateoas.jaxrs |
LinkBuilder implementations to consider JAX-RS annotations. |
| org.springframework.hateoas.mvc |
Spring MVC helper classes to build
Links and assemble
ResourceSupport types. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodLinkBuilderFactory<T extends LinkBuilder>
Extension of
LinkBuilderFactory for implementations that also support creating LinkBuilders by
pointing to a method. |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerEntityLinksFactoryBean.setLinkBuilderFactory(LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory)
Configures the
LinkBuilderFactory to be used to create LinkBuilder instances. |
| Constructor and Description |
|---|
ControllerEntityLinks(Iterable<? extends Class<?>> controllerTypes,
LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory)
Creates a new
ControllerEntityLinks inspecting the configured classes for the given annotation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JaxRsLinkBuilderFactory
Factory for
LinkBuilder instances based on the path mapping annotated on the given JAX-RS service. |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerLinkBuilderFactory
Factory for
LinkBuilderSupport instances based on the request mapping annotated on the given controller. |
Copyright © 2012-2016–2017 Pivotal, Inc.. All rights reserved.