Package com.google.gerrit.index
Interface SchemaFieldDefs.Setter<I,T>
- Type Parameters:
I
- type from which documents are created and search results are returned.T
- type that should be extracted from the input object when converting toto an index field.
- Enclosing class:
- SchemaFieldDefs
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Setter to reconstruct fields from indexed values back to an object.
See SchemaFieldDefs.Getter
for restrictions on changing the implementation.
-
Method Summary
-
Method Details
-
set
-