Spring Hateoas

Uses of Interface
org.springframework.hateoas.RelProvider

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

Uses of RelProvider in org.springframework.hateoas.core
 

Classes in org.springframework.hateoas.core that implement RelProvider
 class AnnotationRelProvider
           
 class 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.
 class DelegatingRelProvider
           
 class EvoInflectorRelProvider
          RelProvider implementation using the Evo Inflector implementation of an algorithmic approach to English plurals.
 

Constructor parameters in org.springframework.hateoas.core with type arguments of type RelProvider
DelegatingRelProvider(org.springframework.plugin.core.PluginRegistry<RelProvider,Class<?>> providers)
           
 

Uses of RelProvider in org.springframework.hateoas.hal
 

Constructors in org.springframework.hateoas.hal with parameters of type RelProvider
Jackson2HalModule.HalHandlerInstantiator(RelProvider resolver, CurieProvider curieProvider)
           
Jackson2HalModule.HalHandlerInstantiator(RelProvider resolver, CurieProvider curieProvider, boolean enforceEmbeddedCollections)
           
Jackson2HalModule.HalResourcesSerializer(com.fasterxml.jackson.databind.BeanProperty property, RelProvider relProvider, boolean enforceEmbeddedCollections)
           
Jackson2HalModule.HalResourcesSerializer(RelProvider relPorvider, boolean enforceEmbeddedCollections)
           
 

Uses of RelProvider in org.springframework.hateoas.mvc
 

Classes in org.springframework.hateoas.mvc that implement RelProvider
 class ControllerRelProvider
           
 

Constructor parameters in org.springframework.hateoas.mvc with type arguments of type RelProvider
ControllerRelProvider(Class<?> controller, org.springframework.plugin.core.PluginRegistry<RelProvider,Class<?>> providers)
           
 


Spring Hateoas

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