}
private boolean isTextProperty(Property property) {
if (property instanceof GenericPropertyImpl) {
GenericPropertyImpl genericProperty = (GenericPropertyImpl) property;
GenericPropertyDescription description = genericProperty.getDescription();
return description != null && description.hasTrueTag("isText");
}
return false;
}
});
}