public class ExperimentResponseReader extends java.lang.Object implements JsonObjectReader<ExperimentResponse>
| Constructor and Description |
|---|
ExperimentResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readExperimentId(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readOperationId(JsonParser jsonParser) |
void |
readPushId(JsonParser jsonParser) |
ExperimentResponse |
validateAndBuild() |
public void readOperationId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readExperimentId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorDetails(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic ExperimentResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ExperimentResponse>java.io.IOException