public class ResponseBodyWraper
extends java.lang.Object
ResponseBodyWraper.java
Description:
bboss workgroup
Copyright (c) 2005-2013
| Constructor and Description |
|---|
ResponseBodyWraper(ResponseBody body,
java.lang.reflect.Method method) |
ResponseBodyWraper(java.lang.String datatype,
java.lang.String charset,
java.lang.Class bodyType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
charset()
指定响应的数据编码字符集
|
java.lang.String |
datatype()
指定响应的数据类型
|
MediaType |
getResponseMediaType() |
boolean |
isEval() |
public ResponseBodyWraper(ResponseBody body, java.lang.reflect.Method method)
public ResponseBodyWraper(java.lang.String datatype,
java.lang.String charset,
java.lang.Class bodyType)
public java.lang.String datatype()
public java.lang.String charset()
public MediaType getResponseMediaType()
public boolean isEval()