| Package | Description |
|---|---|
| com.github.jasminb.jsonapi | |
| com.github.jasminb.jsonapi.models.errors |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Error> |
JSONAPIDocument.getErrors()
Returns error objects or
null in case no errors were set. |
| Modifier and Type | Method and Description |
|---|---|
static JSONAPIDocument<?> |
JSONAPIDocument.createErrorDocument(Iterable<? extends Error> errors)
Factory method for creating JSONAPIDocument that holds the Error object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
Errors.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Errors.setErrors(List<Error> errors) |
Copyright © 2017. All rights reserved.