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