Interface ExtensionAttributeMapper
-
- All Superinterfaces:
NamespaceUriAware
public interface ExtensionAttributeMapper extends NamespaceUriAware
Преобразование дополнительных аттрибутов
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>mapAttributes(Map<String,String> attributes)Из дополнительных атрибутов сформировать список объектов-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-