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