Package | Description |
---|---|
org.springframework.hateoas.server.core |
Implementations of core API interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityLinks
Implementation base class to delegate the higher level methods of
EntityLinks by delegating to the more fine
grained ones to reduce the implementation effort for actual implementation classes. |
class |
ControllerEntityLinks
EntityLinks implementation which assumes a certain URI mapping structure:
A class-level mapping annotation that can contain template variables. |
class |
DelegatingEntityLinks
EntityLinks implementation that delegates to the EntityLinks instances registered in the
PluginRegistry given on instance creation. |
Constructor and Description |
---|
DelegatingEntityLinks(org.springframework.plugin.core.PluginRegistry<EntityLinks,Class<?>> plugins)
Creates a new
DelegatingEntityLinks using the given PluginRegistry . |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.