public class TransactionProcessingReportJsonSerializer
extends java.lang.Object
Constructor and Description |
---|
TransactionProcessingReportJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
static TransactionProcessingReport |
deserialize(JSONObject reportObject) |
boolean |
isReadable(java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType) |
TransactionProcessingReport |
readFrom(java.lang.Class<TransactionProcessingReport> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
<any> httpHeaders,
java.io.InputStream entityStream) |
public TransactionProcessingReportJsonSerializer()
public boolean isReadable(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
public TransactionProcessingReport readFrom(java.lang.Class<TransactionProcessingReport> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, <any> httpHeaders, java.io.InputStream entityStream) throws java.io.IOException, WebApplicationException
java.io.IOException
WebApplicationException
public static TransactionProcessingReport deserialize(JSONObject reportObject)
Copyright © 2017. All Rights Reserved.