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