public class JsonLinksInformation extends Object implements LinksInformation, CastableInformation<LinksInformation>
| Constructor and Description |
|---|
JsonLinksInformation(com.fasterxml.jackson.databind.JsonNode data,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
<L extends LinksInformation> |
as(Class<L> linksClass)
Converts this generic links information to the provided type.
|
com.fasterxml.jackson.databind.JsonNode |
asJsonNode() |
public JsonLinksInformation(com.fasterxml.jackson.databind.JsonNode data,
com.fasterxml.jackson.databind.ObjectMapper mapper)
public com.fasterxml.jackson.databind.JsonNode asJsonNode()
public <L extends LinksInformation> L as(Class<L> linksClass)
as in interface CastableInformation<LinksInformation>linksClass - to returnCopyright © 2017. All Rights Reserved.