| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFieldMapEx<T>
Forked and modified from protostuff
Field mapping implemented on top of java array for lookup by number.
|
class |
HashFieldMapEx<T>
Forked and modified from protostuff
Field mapping implemented on top of hash for field lookup by number.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldMapEx<T> |
FieldMapEx.createFieldMap(Collection<FieldSchema<T>> fields) |
| Modifier and Type | Method and Description |
|---|---|
FieldMapEx<Map<Object,Object>> |
SchemaManager.createMapFields(io.protostuff.compiler.model.Message message) |
| Modifier and Type | Method and Description |
|---|---|
FieldMapEx<T> |
MessageReadSchema.getFieldMap() |
| Modifier and Type | Method and Description |
|---|---|
FieldMapEx<T> |
MessageWriteSchema.getMainPojoFieldMaps() |
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.