Uses of Class
com.github.jasminb.jsonapi.models.errors.Errors
-
Packages that use Errors Package Description com.github.jasminb.jsonapi com.github.jasminb.jsonapi.exceptions -
-
Uses of Errors in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi with type parameters of type Errors Modifier and Type Method Description static <T extends Errors>
TErrorUtils. parseError(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode errorResponse, Class<T> cls)Parses provided JsonNode and returns it as T.static <T extends Errors>
TErrorUtils. parseError(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream errorResponse, Class<T> cls)static <T extends Errors>
TErrorUtils. parseErrorResponse(com.fasterxml.jackson.databind.ObjectMapper mapper, okhttp3.ResponseBody errorResponse, Class<T> cls)Parses provided ResponseBody and returns it as T. -
Uses of Errors in com.github.jasminb.jsonapi.exceptions
Methods in com.github.jasminb.jsonapi.exceptions that return Errors Modifier and Type Method Description ErrorsResourceParseException. getErrors()Returns Errors ornullConstructors in com.github.jasminb.jsonapi.exceptions with parameters of type Errors Constructor Description ResourceParseException(Errors errors)
-