org.springframework.hateoas.core
Class EvoInflectorRelProvider
java.lang.Object
org.springframework.hateoas.core.DefaultRelProvider
org.springframework.hateoas.core.EvoInflectorRelProvider
- All Implemented Interfaces:
- RelProvider, org.springframework.plugin.core.Plugin<Class<?>>
public class EvoInflectorRelProvider
- extends DefaultRelProvider
RelProvider implementation using the Evo Inflector implementation of an algorithmic approach to English
plurals.
- Author:
- Oliver Gierke
- See Also:
http://www.csse.monash.edu.au/~damian/papers/HTML/Plurals.html
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvoInflectorRelProvider
public EvoInflectorRelProvider()
getCollectionResourceRelFor
public String getCollectionResourceRelFor(Class<?> type)
- Specified by:
getCollectionResourceRelFor in interface RelProvider- Overrides:
getCollectionResourceRelFor in class DefaultRelProvider
Copyright © 2012-2013 SpringSource, a division of VMware. All Rights Reserved.