Class PredefinedNamespacePrefixMapper
java.lang.Object
org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper
- All Implemented Interfaces:
NamespacePrefixMapper
@Validated
@Configuration
@ConfigurationProperties
@PropertySource(value="${alfresco.bulk.ingest.namespace-prefixes-mapping}",
factory=JsonPropertySourceFactory.class)
public class PredefinedNamespacePrefixMapper
extends Object
implements NamespacePrefixMapper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.hxi_connector.bulk_ingester.processor.mapper.NamespacePrefixMapper
toPrefixedName, toPrefixedName
-
Constructor Details
-
PredefinedNamespacePrefixMapper
public PredefinedNamespacePrefixMapper()
-
-
Method Details
-
toPrefixedName
- Specified by:
toPrefixedNamein interfaceNamespacePrefixMapper
-