public class TemplateListingResponseReader extends java.lang.Object implements JsonObjectReader<TemplateListingResponse>
| Constructor and Description |
|---|
TemplateListingResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAllTemplates(JsonParser jsonParser) |
void |
readCount(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readNextPage(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readPrevPage(JsonParser jsonParser) |
void |
readTemplate(JsonParser jsonParser) |
void |
readTotalCount(JsonParser jsonParser) |
TemplateListingResponse |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTemplate(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readAllTemplates(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCount(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTotalCount(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readNextPage(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPrevPage(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 TemplateListingResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<TemplateListingResponse>java.io.IOException