Пример #1
0
  public PropertyExpansion[] getPropertyExpansions() {
    PropertyExpansionsResult result = new PropertyExpansionsResult(project, this);

    for (EndpointDefaults ed : defaults.values()) {
      result.addAll(ed.getPropertyExpansions());
    }

    return result.toArray();
  }