Package com.google.gerrit.index
Class SchemaFieldDefs
- java.lang.Object
-
- com.google.gerrit.index.SchemaFieldDefs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SchemaFieldDefs.Getter<I,T>
Getter to extract value that should be stored in index from the input object.static interface
SchemaFieldDefs.SchemaField<T,I>
Definition of a field stored in the secondary index.static interface
SchemaFieldDefs.Setter<I,T>
Setter to reconstruct fields from indexed values back to an object.
-
Constructor Summary
Constructors Constructor Description SchemaFieldDefs()
-