String property = ReflectionTools.getPropertyNameOfAccessor(method);
if (ReflectionTools.isCollectionProperty(representedInterface, property)
&& !ReflectionTools.isComplexCollectionItemProperty(representedInterface, property))
return false;
Index index = AnnotationHelper.getAnnotationDeeply(method, Index.class);
return index != null && index.type() != IndexType.Delegates;
}}, ReflectionTools.getComplexGetters(representedInterface)));
}
public String getResourceName() {