public class StaticListListingResponseReader extends java.lang.Object implements JsonObjectReader<StaticListListingResponse>
| Constructor and Description |
|---|
StaticListListingResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readStaticListObjects(JsonParser jsonParser) |
StaticListListingResponse |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readStaticListObjects(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 StaticListListingResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<StaticListListingResponse>java.io.IOException