Searched refs:getAllProperties (Results 1 – 2 of 2) sorted by relevance
82 public Collection<Property> getAllProperties() { in getAllProperties() method in InspectableClassModel
144 final List<Property> properties = new ArrayList<>(model.getAllProperties()); in generateTypeSpec()