public interface ResourceInfo
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
_getAvailableLinks()
A HAL resource may have one or more links.
|
Object |
_getProperty(String propertyName)
Properties of a HAL resource will normally be accessed by
getter methods declared in an resource interface.
|
String |
_getSelfHref()
A HAL resource has at least a "self" link.
|
boolean |
_isLinkAvailable(String relation)
Test to see if the current resource contains a link with the
specified relation.
|
boolean _isLinkAvailable(String relation)
relation - the name of the relation to test forSet<String> _getAvailableLinks()
Object _getProperty(String propertyName)
propertyName - the name of the property to getString _getSelfHref()
Copyright © 2014. All rights reserved.