类 WrapperKit
java.lang.Object
com.iohao.game.action.skeleton.protocol.wrapper.WrapperKit
装箱、拆箱包装工具
解决协议碎片
- 作者:
- 渔民小镇
- 日期:
- 2023-06-09
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
框架支持的协议碎片类型of
(boolean value) of
(int value) of
(long value) <T> ByteValueList
ofListBoolValue
(List<Boolean> values) <T> ByteValueList
ofListByteValue
(Collection<T> values) <T> ByteValueList
ofListByteValue
(List<T> values) ofListIntValue
(List<Integer> values) ofListLongValue
(List<Long> values) ofListStringValue
(List<String> values) optionalRefType
(Class<?> clazz) 已过时。optionalValueRecord
(Class<?> clazz)
-
构造器详细资料
-
WrapperKit
public WrapperKit()
-
-
方法详细资料
-
of
-
ofListIntValue
-
of
-
ofListBoolValue
-
of
-
ofListLongValue
-
of
-
ofListStringValue
-
ofListByteValue
-
ofList
-
ofListByteValue
-
isWrapper
框架支持的协议碎片类型- 参数:
clazz
- class- 返回:
- true 是框架支持的协议碎片类型
- 从以下版本开始:
- 21.7
-
optionalRefType
已过时。 -
optionalValueRecord
-