| Package | Description |
|---|---|
| org.springframework.hateoas.mediatype.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
| Modifier and Type | Method and Description |
|---|---|
Jackson2HalModule.EmbeddedMapper |
Jackson2HalModule.EmbeddedMapper.with(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy)
Registers the given
PropertyNamingStrategy with the current mapper to forward that strategy as relation
transformer, so that LinkRelations used as key for the embedding will be transformed using the given
strategy. |
| Constructor and Description |
|---|
HalLinkListSerializer(com.fasterxml.jackson.databind.BeanProperty property,
CurieProvider curieProvider,
Jackson2HalModule.EmbeddedMapper mapper,
MessageResolver resolver,
HalConfiguration halConfiguration) |
HalLinkListSerializer(CurieProvider curieProvider,
Jackson2HalModule.EmbeddedMapper mapper,
MessageResolver resolver,
HalConfiguration halConfiguration) |
HalResourcesSerializer(Jackson2HalModule.EmbeddedMapper embeddedMapper,
HalConfiguration configuration) |
HalResourcesSerializer(Jackson2HalModule.EmbeddedMapper embeddedMapper,
HalConfiguration configuration,
com.fasterxml.jackson.databind.BeanProperty property) |
Copyright © 2011–2023 Pivotal, Inc.. All rights reserved.