Interface SearchableField


@Beta public interface SearchableField
A field of a SearchableType.
Since:
2.23.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the searchable field.
    Returns the type of the searchable field.
  • Method Details

    • getName

      String getName()
      Returns the name of the searchable field.
    • getType

      Class<?> getType()
      Returns the type of the searchable field.