- java.lang.Object
-
- org.redkale.convert.CollectionDecoder<T>
-
- org.redkale.convert.bson.SkipCollectionDecoder<T>
-
- 类型参数:
T- 反解析的集合元素类型
- 所有已实现的接口:
Decodeable<Reader,Collection<T>>
public class SkipCollectionDecoder<T> extends CollectionDecoder<T>
Collection的反序列化操作类
支持一定程度的泛型。
详情见: https://redkale.org
- 作者:
- zhangjx
-
-
字段概要
-
从类继承的字段 org.redkale.convert.CollectionDecoder
componentDecoder, componentType, creator, inited, type
-
-
构造器概要
构造器 构造器 说明 SkipCollectionDecoder(ConvertFactory factory, Type type)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected Decodeable<Reader,T>getComponentDecoder(Decodeable<Reader,T> decoder, byte[] typevals)-
从类继承的方法 org.redkale.convert.CollectionDecoder
convertFrom, convertFrom, getComponentDecoder, getComponentType, getItemReader, getType, hasNext, readMemberValue
-
-
-
-
构造器详细资料
-
SkipCollectionDecoder
public SkipCollectionDecoder(ConvertFactory factory, Type type)
-
-
方法详细资料
-
getComponentDecoder
protected Decodeable<Reader,T> getComponentDecoder(Decodeable<Reader,T> decoder, byte[] typevals)
- 覆盖:
getComponentDecoder在类中CollectionDecoder<T>
-
-