| Interface | Description |
|---|---|
| HypermediaMappingInformation |
Interface for registering custom hypermedia handlers.
|
| MediaTypeConfigurationProvider |
SPI used to register internal media types through spring.factories.
|
| Class | Description |
|---|---|
| HateoasConfiguration |
Common HATEOAS specific configuration.
|
| HypermediaRestTemplateConfigurer |
Assembles hypermedia-based message converters and applies them to an existing
RestTemplate. |
| HypermediaWebClientConfigurer |
Assembles
Jackson2JsonEncoders and Jackson2JsonDecoders needed to wire a WebClient with
hypermedia support. |
| HypermediaWebTestClientConfigurer |
Assembles
Jackson2JsonEncoders and Jackson2JsonDecoders needed to wire a WebTestClient with
hypermedia support. |
| WebClientConfigurer | Deprecated
Migrate to
HypermediaWebClientConfigurer and it's WebClient.Builder-oriented approach. |
| Enum | Description |
|---|---|
| EnableHypermediaSupport.HypermediaType |
Hypermedia representation types supported.
|
| Annotation Type | Description |
|---|---|
| EnableHypermediaSupport |
Activates hypermedia support in the
ApplicationContext. |
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.