public final class RequestErrorDetailsReader extends java.lang.Object implements JsonObjectReader<RequestErrorDetails>
| Constructor and Description |
|---|
RequestErrorDetailsReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser parser) |
void |
readLocation(JsonParser parser) |
void |
readPath(JsonParser parser) |
RequestErrorDetails |
validateAndBuild() |
public void readPath(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readLocation(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic RequestErrorDetails validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<RequestErrorDetails>java.io.IOException