| Package | Description |
|---|---|
| com.github.jasminb.jsonapi |
| Modifier and Type | Method and Description |
|---|---|
Links |
JSONAPIDocument.getLinks()
Gets links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSONAPIDocument.setLinks(Links links)
Sets links.
|
| Constructor and Description |
|---|
JSONAPIDocument(T data,
Links links,
Map<String,Object> meta)
Creates new JsonApiDocument.
|
JSONAPIDocument(T data,
Links links,
Map<String,Object> meta,
com.fasterxml.jackson.databind.ObjectMapper deserializer)
Creates new JsonApiDocument.
|
Copyright © 2018. All rights reserved.