public abstract class AbstractBody extends Object implements Toable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Charset |
charset |
protected TaskExecutor |
taskExecutor |
| 构造器和说明 |
|---|
AbstractBody(TaskExecutor taskExecutor,
Charset charset) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected InputStream |
convertingStream() |
<T> T |
doToBean(Type type) |
cn.zhxu.data.Array |
toArray() |
<T> T |
toBean(Class<T> type) |
<T> T |
toBean(Type type) |
<T> T |
toBean(cn.zhxu.data.TypeRef<T> type) |
<T> List<T> |
toList(Class<T> type) |
cn.zhxu.data.Mapper |
toMapper() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoBytes, toByteStream, toByteString, toCharStream, toStringprotected TaskExecutor taskExecutor
protected Charset charset
public AbstractBody(TaskExecutor taskExecutor, Charset charset)
public cn.zhxu.data.Mapper toMapper()
public cn.zhxu.data.Array toArray()
public <T> T toBean(Class<T> type)
public <T> T toBean(Type type)
public <T> T toBean(cn.zhxu.data.TypeRef<T> type)
public <T> T doToBean(Type type)
protected InputStream convertingStream()
Copyright © 2025 zhouxu. All rights reserved.