|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityLinks | |
|---|---|
| org.springframework.hateoas.core | |
| Uses of EntityLinks in org.springframework.hateoas.core |
|---|
| Classes in org.springframework.hateoas.core that implement EntityLinks | |
|---|---|
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 parameters in org.springframework.hateoas.core with type arguments of type EntityLinks | |
|---|---|
DelegatingEntityLinks(org.springframework.plugin.core.PluginRegistry<EntityLinks,Class<?>> plugins)
Creates a new DelegatingEntityLinks using the given PluginRegistry. |
|
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||