public class JavaLink extends Link
| Modifier | Constructor and Description |
|---|---|
protected |
JavaLink() |
|
JavaLink(EntityWrapper<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getAddress() |
java.lang.String |
getPath() |
org.springframework.http.MediaType |
getRepresentationFormat() |
<T> T |
resolve(java.lang.Class<T> type) |
<T> T |
resolve(org.springframework.core.ParameterizedTypeReference<T> type) |
getLabel, getNatures, hasNature, setNatures, setTitleprotected JavaLink()
public JavaLink(EntityWrapper<?> entity)
public org.springframework.http.MediaType getRepresentationFormat()
getRepresentationFormat in class Linkpublic java.net.URI getAddress()
getAddress in class Linkpublic <T> T resolve(org.springframework.core.ParameterizedTypeReference<T> type)