Package com.broadleafcommerce.dataimport.processor.specification.translation
@NonNullApi
package com.broadleafcommerce.dataimport.processor.specification.translation
-
ClassDescriptionA dynamic header field mapping that supports mapping headers and fields matching a translation pattern.For reverse-mapping cases as are needed in
TranslationDynamicHeaderFieldMapping.mapFromFieldToHeader(String, String)
, we want the reverse mappings fromImportSpecification.getHeaderFieldConfigsByRowType()
to be computed exactly once and in a thread-safe way.