| Modifier and Type | Method and Description |
|---|---|
FieldSchema<T> |
ArrayFieldMapEx.getFieldByName(String fieldName) |
FieldSchema<T> |
HashFieldMapEx.getFieldByName(String fieldName) |
FieldSchema<T> |
FieldMapEx.getFieldByName(String fieldName) |
FieldSchema<T> |
ArrayFieldMapEx.getFieldByNumber(int n) |
FieldSchema<T> |
HashFieldMapEx.getFieldByNumber(int n) |
FieldSchema<T> |
FieldMapEx.getFieldByNumber(int n) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldSchema<T>> |
ArrayFieldMapEx.getFields() |
List<FieldSchema<T>> |
HashFieldMapEx.getFields() |
List<FieldSchema<T>> |
FieldMapEx.getFields() |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldMapEx<T> |
FieldMapEx.createFieldMap(Collection<FieldSchema<T>> fields) |
| Constructor and Description |
|---|
ArrayFieldMapEx(Collection<FieldSchema<T>> fields,
int lastFieldNumber) |
HashFieldMapEx(Collection<FieldSchema<T>> fields) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageAsFieldSchema<T> |
class |
PropertyWrapperAsFieldSchema<T> |
| Modifier and Type | Method and Description |
|---|---|
protected <T> FieldSchema<T> |
SchemaManager.createMapFieldSchema(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
protected abstract <T> FieldSchema<T> |
SchemaManager.createRepeatedSchema(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
protected abstract <T> FieldSchema<T> |
SchemaManager.createScalarField(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
<T> FieldSchema<T> |
SchemaManager.createSchemaField(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnySchema<T> |
| Modifier and Type | Method and Description |
|---|---|
protected <T> FieldSchema<T> |
DeserializerSchemaManager.createRepeatedSchema(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
protected <T> FieldSchema<T> |
DeserializerSchemaManager.createScalarField(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T,ELE_TYPE> |
RepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractReaders<ELE_TYPE> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
BytesRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
StringRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
AnyRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AnyEntrySchema anyEntrySchema) |
static <T> FieldSchema<T> |
MessageRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
SchemaReader<Object> elementSchema) |
static <T> FieldSchema<T> |
PropertyWrapperRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
SchemaReader<Object> elementSchema) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
BoolRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveReaders<boolean[],Boolean> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
BoolNotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BoolPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
DoubleRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveReaders<double[],Double> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
DoublePackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
DoubleNotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
EnumNotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
EnumPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
FloatRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveReaders<float[],Float> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
FloatNotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
FloatPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
IntRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveReaders<int[],Integer> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
Fixed32NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed32PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt32NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt32PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt32PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt32NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
LongRepeatedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveReaders<long[],Long> readers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
Int64NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt64NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt64PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64NotPackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int64PackedReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
BoolReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
StringReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
FloatReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed32ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BytesReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt32ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
DoubleReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int64ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt32ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
EnumsReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt64ReadSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapSchema<T> |
| Modifier and Type | Method and Description |
|---|---|
protected <T> FieldSchema<T> |
SerializerSchemaManager.createRepeatedSchema(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
protected <T> FieldSchema<T> |
SerializerSchemaManager.createScalarField(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T,PRIMITIVE_ARRAY,PRIMITIVE_WRAPPER> |
RepeatedPrimitiveWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractPrimitiveWriters<PRIMITIVE_ARRAY,PRIMITIVE_WRAPPER> writers) |
static <T,ELE_TYPE> |
RepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
AbstractWriters<ELE_TYPE> writers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
StringsRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BytesRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
AnyRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
FieldSchema<T> anySchema) |
static <T> FieldSchema<T> |
MessagesRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
SchemaWriter<Object> elementSchema) |
static <T> FieldSchema<T> |
PropertyWrapperRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
SchemaWriter<Object> elementSchema) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
AnyRepeatedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor,
FieldSchema<T> anySchema) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
BoolPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BoolNotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
DoubleNotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
DoublePackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
EnumNotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
EnumPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
FloatPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
FloatNotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
UInt32NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed32PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt32PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed32NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt32PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt32NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
UInt64PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int64NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int64PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64PackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt64NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64NotPackedWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldSchema<T> |
SInt32WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed64WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BoolWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed32WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt64WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
EnumWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
StringWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
UInt32WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
DoubleWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
FloatWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Fixed64WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SFixed32WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
BytesWriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int32WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
Int64WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
static <T> FieldSchema<T> |
SInt64WriteSchemas.create(io.protostuff.compiler.model.Field protoField,
PropertyDescriptor propertyDescriptor) |
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.