Interface FieldNameSelector.FieldNamer<T>

All Known Implementing Classes:
FieldNameSelector.FieldNameCache, FieldNameSelector.FieldNameSanitizer
Enclosing class:
FieldNameSelector
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 FieldNameSelector.FieldNamer<T>
Implementations determine the field name corresponding to a given column.
  • Method Summary

    Modifier and Type
    Method
    Description
    fieldNameFor(T field)
     
  • Method Details

    • fieldNameFor

      String fieldNameFor(T field)