Uses of Interface
org.springframework.hateoas.config.HypermediaMappingInformation
Package
Description
Spring container configuration support.
HAL-specific extensions, SPIs and Jackson customizations.
-
Uses of HypermediaMappingInformation in org.springframework.hateoas.config
Modifier and TypeMethodDescriptionClass<? extends HypermediaMappingInformation>
MediaTypeConfigurationProvider.getConfiguration()
Returns the primary Spring configuration class to be bootstrapped for the given media type.Modifier and TypeMethodDescriptionstatic WebConverters
WebConverters.of
(com.fasterxml.jackson.databind.ObjectMapper mapper, List<HypermediaMappingInformation> mappingInformations) -
Uses of HypermediaMappingInformation in org.springframework.hateoas.mediatype.hal
Modifier and TypeClassDescriptionclass
Spring configuration to set up HAL support.