public abstract class HttpResultTransformers extends Object
ResultTransform-based result actions.| 构造器和说明 |
|---|
HttpResultTransformers() |
| 限定符和类型 | 方法和说明 |
|---|---|
static JsonResultTransformer |
json()
Access to transformation of json result
|
static JsonResultTransformer |
json(String expression)
Access to transformation of json result with result of parsed json string designated by expression
|
static XmlResultTransformer |
xml()
Access to transformation of xml result
|
public static JsonResultTransformer json()
public static JsonResultTransformer json(String expression)
public static XmlResultTransformer xml()
Copyright © 2016. All rights reserved.