Package com.google.gerrit.index
Class SchemaFieldDefs
java.lang.Object
com.google.gerrit.index.SchemaFieldDefs
Interfaces that define properties of fields in
Schema
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Getter to extract value that should be stored in index from the input object.static interface
Definition of a field stored in the secondary index.static interface
Setter to reconstruct fields from indexed values back to an object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isProtoField
(SchemaFieldDefs.SchemaField<?, ?> schemaField)
-
Constructor Details
-
SchemaFieldDefs
public SchemaFieldDefs()
-
-
Method Details
-
isProtoField
-