Interface PropertySearchStrategy
- All Known Implementing Classes:
AccessorFirstStrategy
public interface PropertySearchStrategy
Finds all the properties in a class.
-
Method Summary
Modifier and TypeMethodDescriptionfindProperties(TypeElement type) Enumerate a list of properties on a class, considering super types and implemented interfaces.
-
Method Details
-
findProperties
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
-