M
- the type of messages stored in tablepublic static interface MessageTable.Column<M extends com.google.protobuf.Message> extends TableColumn
MessageTable
column.
Unlike the ordinary TableColumn
, carries the information on how to extract its
data from the given record.
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageTable.Column.Getter<M extends com.google.protobuf.Message> |
Modifier and Type | Method and Description |
---|---|
MessageTable.Column.Getter<M> |
getter() |
isNullable, isPrimaryKey, name, type
MessageTable.Column.Getter<M> getter()