T - 反解析的集合元素类型public final class CollectionDecoder<T> extends java.lang.Object implements Decodeable<Reader,java.util.Collection<T>>
详情见: http://redkale.org
| 构造器和说明 |
|---|
CollectionDecoder(ConvertFactory factory,
java.lang.reflect.Type type) |
public CollectionDecoder(ConvertFactory factory, java.lang.reflect.Type type)
public java.util.Collection<T> convertFrom(Reader in)
convertFrom 在接口中 Decodeable<Reader,java.util.Collection<T>>public java.lang.reflect.Type getType()
DecodeablegetType 在接口中 Decodeable<Reader,java.util.Collection<T>>