com.fasterxml.jackson.core.JsonParseException
in case of
exception being thrown; this may be useful for caller to display
information on failure.
Modifier and Type | Field and Description |
---|---|
protected String | |
protected byte[] | |
protected CharSequence | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public Object | Returns: Object which is a raw request payload i.e, either byte[] or StringReturns the raw request payload object i.e, either byte[] or String |
public String |
_charset | back to summary |
---|---|
protected String _charset |
_payloadAsBytes | back to summary |
---|---|
protected byte[] _payloadAsBytes |
_payloadAsText | back to summary |
---|---|
protected CharSequence _payloadAsText |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
RequestPayload | back to summary |
---|---|
public RequestPayload(byte[] bytes, String charset) |
RequestPayload | back to summary |
---|---|
public RequestPayload(CharSequence str) |
getRawPayload | back to summary |
---|---|
public Object getRawPayload() Returns the raw request payload object i.e, either byte[] or String
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |