public class ProgressStatusEventJsonProprietaryReader extends Object implements ProprietaryReader<ProgressStatusEvent>
Constructor and Description |
---|
ProgressStatusEventJsonProprietaryReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReadable(Class<?> type,
String mimetype) |
ProgressStatusEvent |
readFrom(HttpURLConnection urlConnection) |
ProgressStatusEvent |
readFrom(InputStream is,
String contentType) |
static ProgressStatusEvent |
readProgressStatusEvent(com.fasterxml.jackson.core.JsonParser jp) |
static void |
readToPSEventComplete(ProgressStatusEventComplete event,
com.fasterxml.jackson.core.JsonParser jp) |
static void |
readToPSEventCreateChild(ProgressStatusEventCreateChild event,
com.fasterxml.jackson.core.JsonParser jp) |
static void |
readToPSEventProgress(ProgressStatusEventProgress event,
com.fasterxml.jackson.core.JsonParser jp) |
static void |
readToPSEventSet(ProgressStatusEventSet event,
com.fasterxml.jackson.core.JsonParser jp) |
public ProgressStatusEventJsonProprietaryReader()
public boolean isReadable(Class<?> type, String mimetype)
isReadable
in interface ProprietaryReader<ProgressStatusEvent>
public ProgressStatusEvent readFrom(HttpURLConnection urlConnection) throws IOException
IOException
public ProgressStatusEvent readFrom(InputStream is, String contentType) throws IOException
readFrom
in interface ProprietaryReader<ProgressStatusEvent>
IOException
public static ProgressStatusEvent readProgressStatusEvent(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOException
public static void readToPSEventSet(ProgressStatusEventSet event, com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOException
public static void readToPSEventProgress(ProgressStatusEventProgress event, com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOException
public static void readToPSEventComplete(ProgressStatusEventComplete event, com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOException
public static void readToPSEventCreateChild(ProgressStatusEventCreateChild event, com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOException
Copyright © 2021. All rights reserved.