Interface PropertySearchStrategy

All Known Implementing Classes:
AccessorFirstStrategy

public interface PropertySearchStrategy
Finds all the properties in a class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Enumerate a list of properties on a class, considering super types and implemented interfaces.
  • Method Details

    • findProperties

      List<Property> findProperties(TypeElement type)
      Enumerate a list of properties on a class, considering super types and implemented interfaces.

      The returned list is sorted lexographically by property name

      Parameters:
      type - The class
      Returns:
      A set of properties