public class UnmarshallerContext extends Object
| 构造器和说明 |
|---|
UnmarshallerContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
booleanValue(String key) |
Double |
doubleValue(String key) |
Float |
floatValue(String key) |
HttpResponse |
getHttpResponse() |
int |
getHttpStatus() |
Map<String,String> |
getResponseMap() |
Integer |
integerValue(String key) |
int |
lengthValue(String key) |
List<Map<Object,Object>> |
listMapValue(String key) |
Long |
longValue(String key) |
Map<Object,Object> |
mapValue(String key) |
void |
setHttpResponse(HttpResponse httpResponse) |
void |
setHttpStatus(int httpStatus) |
void |
setResponseMap(Map<String,String> responseMap) |
String |
stringValue(String key) |
public int lengthValue(String key)
public int getHttpStatus()
public void setHttpStatus(int httpStatus)
public HttpResponse getHttpResponse()
public void setHttpResponse(HttpResponse httpResponse)
Copyright © 2020. All rights reserved.