public class AttributeListsViewReader extends java.lang.Object implements JsonObjectReader<AttributeListsView>
| Constructor and Description |
|---|
AttributeListsViewReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readChannelCount(JsonParser jsonParser) |
void |
readCreated(JsonParser jsonParser) |
void |
readDescription(JsonParser jsonParser) |
void |
readErrorPath(JsonParser jsonParser) |
void |
readExtras(JsonParser jsonParser) |
void |
readLastUpdated(JsonParser jsonParser) |
void |
readName(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readStatus(JsonParser jsonParser) |
AttributeListsView |
validateAndBuild() |
public void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readName(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDescription(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readExtras(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCreated(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readLastUpdated(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readChannelCount(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorPath(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readStatus(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic AttributeListsView validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<AttributeListsView>java.io.IOException