public class NamedUserViewReader extends java.lang.Object implements JsonObjectReader<NamedUserView>
| Constructor and Description |
|---|
NamedUserViewReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAttributes(JsonParser jsonParser) |
void |
readChannelView(JsonParser jsonParser) |
void |
readNamedUserId(JsonParser jsonParser) |
void |
readNamedUserTags(JsonParser jsonParser) |
void |
readUserAttributes(JsonParser jsonParser) |
NamedUserView |
validateAndBuild() |
public void readNamedUserId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readNamedUserTags(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readChannelView(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readAttributes(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readUserAttributes(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic NamedUserView validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<NamedUserView>java.io.IOException