Class N2oExtensionAttributeMapperFactory
java.lang.Object
net.n2oapp.framework.config.factory.BaseMetadataFactory<ExtensionAttributeMapper>
net.n2oapp.framework.config.metadata.compile.N2oExtensionAttributeMapperFactory
- All Implemented Interfaces:
MetadataFactory<ExtensionAttributeMapper>,MetadataEnvironmentAware,ExtensionAttributeMapperFactory
public class N2oExtensionAttributeMapperFactory
extends BaseMetadataFactory<ExtensionAttributeMapper>
implements ExtensionAttributeMapperFactory
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmapAttributes(Map<String, String> attributes, String namespaceUri, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.factory.BaseMetadataFactory
add, enrich, getLocator, produce, produceList, setEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.factory.MetadataFactory
add
-
Constructor Details
-
N2oExtensionAttributeMapperFactory
public N2oExtensionAttributeMapperFactory() -
N2oExtensionAttributeMapperFactory
-
-
Method Details
-
mapAttributes
public Map<String,Object> mapAttributes(Map<String, String> attributes, String namespaceUri, CompileProcessor p) - Specified by:
mapAttributesin interfaceExtensionAttributeMapperFactory
-