org.springframework.hateoas.core
Class AnnotationRelProvider
java.lang.Object
org.springframework.hateoas.core.AnnotationRelProvider
- All Implemented Interfaces:
- RelProvider, org.springframework.plugin.core.Plugin<Class<?>>
public class AnnotationRelProvider
- extends Object
- implements RelProvider
- Author:
- Oliver Gierke, Alexander Baetz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationRelProvider
public AnnotationRelProvider()
getCollectionResourceRelFor
public String getCollectionResourceRelFor(Class<?> type)
- Specified by:
getCollectionResourceRelFor in interface RelProvider
getSingleResourceRelFor
public String getSingleResourceRelFor(Class<?> type)
- Specified by:
getSingleResourceRelFor in interface RelProvider
supports
public boolean supports(Class<?> delimiter)
- Specified by:
supports in interface org.springframework.plugin.core.Plugin<Class<?>>
Copyright © 2012-2013 SpringSource, a division of VMware. All Rights Reserved.