Package | Description |
---|---|
org.springframework.hateoas.server | |
org.springframework.hateoas.server.core |
Implementations of core API interfaces.
|
org.springframework.hateoas.server.mvc |
Spring MVC helper classes to build
Link s and assemble
RepresentationModel types. |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodLinkBuilderFactory<T extends LinkBuilder>
Extension of
LinkBuilderFactory for implementations that also support creating LinkBuilder s 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 |
ControllerLinkBuilderFactory
Deprecated.
use
WebMvcLinkBuilderFactory instead. |
class |
WebMvcLinkBuilderFactory
Factory for
LinkBuilderSupport instances based on the request mapping annotated on the given controller. |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.