Uses of Class
com.github.jasminb.jsonapi.models.errors.Error
-
Packages that use Error Package Description com.github.jasminb.jsonapi com.github.jasminb.jsonapi.models.errors -
-
Uses of Error in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that return types with arguments of type Error Modifier and Type Method Description @Nullable Iterable<? extends Error>JSONAPIDocument. getErrors()Returns error objects ornullin case no errors were set.Method parameters in com.github.jasminb.jsonapi with type arguments of type Error Modifier and Type Method Description static @NotNull JSONAPIDocument<?>JSONAPIDocument. createErrorDocument(Iterable<? extends Error> errors)Factory method for creating JSONAPIDocument that holds the Error object.Constructors in com.github.jasminb.jsonapi with parameters of type Error Constructor Description JSONAPIDocument(Error error)Creates new JSONAPIDocument.Constructor parameters in com.github.jasminb.jsonapi with type arguments of type Error Constructor Description JSONAPIDocument(Iterable<? extends Error> errors)Creates new JSONAPIDocument. -
Uses of Error in com.github.jasminb.jsonapi.models.errors
Methods in com.github.jasminb.jsonapi.models.errors that return types with arguments of type Error Modifier and Type Method Description List<Error>Errors. getErrors()Method parameters in com.github.jasminb.jsonapi.models.errors with type arguments of type Error Modifier and Type Method Description voidErrors. setErrors(List<Error> errors)
-