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
Constructors Constructor Description N2oExtensionAttributeMapperFactory()N2oExtensionAttributeMapperFactory(Map<String,ExtensionAttributeMapper> beans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>mapAttributes(Map<String,String> attributes, String namespaceUri)-
Methods inherited from class net.n2oapp.framework.config.factory.BaseMetadataFactory
add, enrich, getLocator, produce, produceList, setEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.factory.MetadataFactory
add
-
-
-
-
Constructor Detail
-
N2oExtensionAttributeMapperFactory
public N2oExtensionAttributeMapperFactory()
-
N2oExtensionAttributeMapperFactory
public N2oExtensionAttributeMapperFactory(Map<String,ExtensionAttributeMapper> beans)
-
-
Method Detail
-
mapAttributes
public Map<String,Object> mapAttributes(Map<String,String> attributes, String namespaceUri)
- Specified by:
mapAttributesin interfaceExtensionAttributeMapperFactory
-
-