Package | Description |
---|---|
org.springframework.hateoas.mediatype.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
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 | Class and Description |
---|---|
class |
AnnotationLinkRelationProvider
LinkRelationProvider that evaluates the Relation annotation on entity types. |
class |
DefaultLinkRelationProvider
Default implementation of
LinkRelationProvider to simply use the uncapitalized version of the given type's
name as item resource LinkRelation as well as an appended List for the collection resource
LinkRelation . |
class |
DelegatingLinkRelationProvider |
class |
EvoInflectorLinkRelationProvider
LinkRelationProvider implementation using the Evo Inflector implementation of an algorithmic approach to
English plurals. |
Constructor and Description |
---|
DelegatingLinkRelationProvider(LinkRelationProvider... providers)
Creates a new
DefaultLinkRelationProvider for the given LinkRelationProvider s. |
Modifier and Type | Class and Description |
---|---|
class |
ControllerLinkRelationProvider
LinkRelationProvider inspecting ExposesResourceFor annotations on controller classes. |
Constructor and Description |
---|
ControllerLinkRelationProvider(Class<?> controller,
org.springframework.plugin.core.PluginRegistry<LinkRelationProvider,LinkRelationProvider.LookupContext> providers)
Creates a new
ControllerLinkRelationProvider |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.