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.

@FunctionalInterface public static interface SchemaFieldDefs.Setter<I,T>
Setter to reconstruct fields from indexed values back to an object.

See SchemaFieldDefs.Getter for restrictions on changing the implementation.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(I object, T value)
     
  • Method Details

    • set

      void set(I object, T value)