public interface Toable
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
byte[] |
toBytes() |
InputStream |
toByteStream() |
okio.ByteString |
toByteString()
已过时。
|
Reader |
toCharStream() |
<T> List<T> |
toList(Class<T> type) |
cn.zhxu.data.Mapper |
toMapper() |
String |
toString() |
InputStream toByteStream()
byte[] toBytes()
@Deprecated okio.ByteString toByteString()
Reader toCharStream()
cn.zhxu.data.Mapper toMapper()
cn.zhxu.data.Array toArray()
<T> T toBean(Class<T> type)
T - 目标泛型type - 目标类型<T> T toBean(Type type)
T - 目标泛型type - 目标类型<T> T toBean(cn.zhxu.data.TypeRef<T> type)
T - 目标泛型type - 目标类型Copyright © 2025 zhouxu. All rights reserved.