public class AdminCommandStateJsonProprietaryReader extends Object implements ProprietaryReader<AdminCommandState>
| Constructor and Description |
|---|
AdminCommandStateJsonProprietaryReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
String mimetype) |
static AdminCommandStateImpl |
readAdminCommandState(javax.json.JsonObject json) |
AdminCommandState |
readFrom(HttpURLConnection urlConnection) |
AdminCommandState |
readFrom(InputStream is,
String contentType) |
public AdminCommandStateJsonProprietaryReader()
public boolean isReadable(Class<?> type, String mimetype)
isReadable in interface ProprietaryReader<AdminCommandState>public AdminCommandState readFrom(HttpURLConnection urlConnection) throws IOException
IOExceptionpublic AdminCommandState readFrom(InputStream is, String contentType) throws IOException
readFrom in interface ProprietaryReader<AdminCommandState>IOExceptionpublic static AdminCommandStateImpl readAdminCommandState(javax.json.JsonObject json) throws javax.json.JsonException
javax.json.JsonExceptionCopyright © 2019. All rights reserved.