public class ProgressStatusDTOJsonProprietaryReader extends Object implements ProprietaryReader<ProgressStatusDTO>
| Constructor and Description |
|---|
ProgressStatusDTOJsonProprietaryReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
String mimetype) |
static ProgressStatusDTO.ChildProgressStatusDTO |
readChildProgressStatus(com.fasterxml.jackson.core.JsonParser jp) |
ProgressStatusDTO |
readFrom(HttpURLConnection urlConnection) |
ProgressStatusDTO |
readFrom(InputStream is,
String contentType) |
static ProgressStatusDTO |
readProgressStatus(com.fasterxml.jackson.core.JsonParser jp) |
public ProgressStatusDTOJsonProprietaryReader()
public boolean isReadable(Class<?> type, String mimetype)
isReadable in interface ProprietaryReader<ProgressStatusDTO>public ProgressStatusDTO readFrom(HttpURLConnection urlConnection) throws IOException
IOExceptionpublic ProgressStatusDTO readFrom(InputStream is, String contentType) throws IOException
readFrom in interface ProprietaryReader<ProgressStatusDTO>IOExceptionpublic static ProgressStatusDTO readProgressStatus(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOExceptionpublic static ProgressStatusDTO.ChildProgressStatusDTO readChildProgressStatus(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOExceptionCopyright © 2017. All rights reserved.