Spring Hateoas

Uses of Package
org.springframework.hateoas.core

Packages that use org.springframework.hateoas.core
org.springframework.hateoas.core   
org.springframework.hateoas.hal   
org.springframework.hateoas.jaxrs   
org.springframework.hateoas.mvc Spring MVC helper classes to build Links and assemble ResourceSupport types. 
 

Classes in org.springframework.hateoas.core used by org.springframework.hateoas.core
AbstractEntityLinks
          Implementation base class to delegate the higher level methods of EntityLinks by delegating to the more fine grained ones to reduce the implementation effort for actual implementation classes.
AnnotationAttribute
          Simply helper to reference a dedicated attribute of an Annotation.
ControllerEntityLinks
          EntityLinks implementation which assumes a certain URI mapping structure: A class-level mapping annotation that can contain template variables.
DefaultRelProvider
          Default implementation of RelProvider to simply use the uncapitalized version of the given type's name as single resource rel as well as an appended List for the collection resource rel.
DummyInvocationUtils.MethodInvocation
           
MappingDiscoverer
          Strategy interface to discover a URI mapping for either a given type or method.
 

Classes in org.springframework.hateoas.core used by org.springframework.hateoas.hal
JsonPathLinkDiscoverer
          LinkDiscoverer that uses JsonPath to find links inside a representation.
 

Classes in org.springframework.hateoas.core used by org.springframework.hateoas.jaxrs
LinkBuilderSupport
          Base class to implement LinkBuilders based on a Spring MVC UriComponentsBuilder.
 

Classes in org.springframework.hateoas.core used by org.springframework.hateoas.mvc
DummyInvocationUtils.MethodInvocation
           
LinkBuilderSupport
          Base class to implement LinkBuilders based on a Spring MVC UriComponentsBuilder.
 


Spring Hateoas

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