Spring Hateoas

Package org.springframework.hateoas.hal

Interface Summary
CurieProvider API to provide HAL curie information for links.
 

Class Summary
DefaultCurieProvider Default implementation of CurieProvider rendering a single configurable UriTemplate based curie.
DefaultCurieProvider.Curie Value object to get the curie Link rendered in JSON.
HalLinkDiscoverer LinkDiscoverer implementation based on HAL link structure.
Jackson1HalModule Deprecated. use Jackson 2 instead
Jackson1HalModule.HalHandlerInstantiator  
Jackson1HalModule.HalLinkListDeserializer  
Jackson1HalModule.HalLinkListSerializer Custom JsonSerializer to render Link instances in HAL compatible JSON.
Jackson1HalModule.HalResourcesDeserializer  
Jackson1HalModule.HalResourcesSerializer Custom JsonSerializer to render Resource-Lists in HAL compatible JSON.
Jackson1HalModule.OptionalListSerializer Custom JsonSerializer to render Objects in HAL compatible JSON.
Jackson2HalModule Jackson 2 module implementation to render Link and ResourceSupport instances in HAL compatible JSON.
Jackson2HalModule.HalHandlerInstantiator  
Jackson2HalModule.HalLinkListDeserializer  
Jackson2HalModule.HalLinkListSerializer Custom JsonSerializer to render Link instances in HAL compatible JSON.
Jackson2HalModule.HalResourcesDeserializer  
Jackson2HalModule.HalResourcesSerializer Custom JsonSerializer to render Resource-Lists in HAL compatible JSON.
Jackson2HalModule.OptionalListJackson2Serializer Custom JsonSerializer to render Link instances in HAL compatible JSON.
Jackson2HalModule.TrueOnlyBooleanSerializer JsonSerializer to only render Boolean values if they're set to true.
ResourcesMixin<T>  
 


Spring Hateoas

Copyright © 2012-2014 Pivotal, Inc.. All Rights Reserved.