Package | Description |
---|---|
org.springframework.hateoas.core | |
org.springframework.hateoas.hal | |
org.springframework.hateoas.mvc |
Spring MVC helper classes to build
Link s and assemble
ResourceSupport types. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationRelProvider |
class |
DefaultRelProvider
Default implementation of
RelProvider to simply use the uncapitalized version of the given type's name as
single resource rel as well as an appended List for the collection resource rel. |
class |
DelegatingRelProvider |
class |
EvoInflectorRelProvider
RelProvider implementation using the Evo Inflector implementation of an algorithmic approach to English
plurals. |
Constructor and Description |
---|
DelegatingRelProvider(org.springframework.plugin.core.PluginRegistry<RelProvider,Class<?>> providers) |
Constructor and Description |
---|
HalHandlerInstantiator(RelProvider resolver,
CurieProvider curieProvider) |
HalHandlerInstantiator(RelProvider resolver,
CurieProvider curieProvider,
boolean enforceEmbeddedCollections) |
HalResourcesSerializer(com.fasterxml.jackson.databind.BeanProperty property,
RelProvider relProvider,
boolean enforceEmbeddedCollections) |
HalResourcesSerializer(RelProvider relPorvider,
boolean enforceEmbeddedCollections) |
Modifier and Type | Class and Description |
---|---|
class |
ControllerRelProvider |
Constructor and Description |
---|
ControllerRelProvider(Class<?> controller,
org.springframework.plugin.core.PluginRegistry<RelProvider,Class<?>> providers) |
Copyright © 2012-2014–2018 Pivotal, Inc.. All rights reserved.