org.springframework.hateoas
Class IanaRels
java.lang.Object
org.springframework.hateoas.IanaRels
public class IanaRels
- extends Object
Static class to find out whether a relation type is defined by the IANA.
- Author:
- Oliver Gierke
- See Also:
http://www.iana.org/assignments/link-relations/link-relations.xhtml
|
Method Summary |
static boolean |
isIanaRel(String rel)
Returns whether the given relation type is defined by the IANA. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IanaRels
public IanaRels()
isIanaRel
public static boolean isIanaRel(String rel)
- Returns whether the given relation type is defined by the IANA.
- Parameters:
rel - the relation type to check
- Returns:
Copyright © 2012-2014–2014 Pivotal, Inc.. All rights reserved.