public static class ChangeField.PatchSetProtoField extends FieldDef.Repeatable<ChangeData,byte[]>
FieldDef.FillArgs, FieldDef.Repeatable<I,T>, FieldDef.Single<I,T>
Modifier and Type | Field and Description |
---|---|
static com.google.gwtorm.protobuf.ProtobufCodec<com.google.gerrit.reviewdb.client.PatchSet> |
CODEC |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<byte[]> |
get(ChangeData input,
FieldDef.FillArgs args)
Get the field contents from the input object.
|
isRepeatable
public static final com.google.gwtorm.protobuf.ProtobufCodec<com.google.gerrit.reviewdb.client.PatchSet> CODEC
public java.lang.Iterable<byte[]> get(ChangeData input, FieldDef.FillArgs args) throws com.google.gwtorm.server.OrmException
FieldDef
get
in class FieldDef<ChangeData,java.lang.Iterable<byte[]>>
input
- input object.args
- arbitrary arguments needed to fill in indexable fields of the
input object.com.google.gwtorm.server.OrmException