public abstract class AbstractReaders<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
Class<T[]> |
arrayClass |
RepeatedReader<Collection<T>> |
collectionReader |
protected int |
fieldNumber |
protected io.protostuff.compiler.model.Field |
protoField |
| Constructor and Description |
|---|
AbstractReaders(io.protostuff.compiler.model.Field protoField) |
AbstractReaders(io.protostuff.compiler.model.Field protoField,
Class<T[]> arrayClass) |
protected final io.protostuff.compiler.model.Field protoField
protected final int fieldNumber
public RepeatedReader<Collection<T>> collectionReader
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.