Uses of Interface
com.attivio.sdk.util.AdvancedFieldValueMapper
-
Packages that use AdvancedFieldValueMapper Package Description com.attivio.platform.transformer.ingest.util com.attivio.sdk.util -
-
Uses of AdvancedFieldValueMapper in com.attivio.platform.transformer.ingest.util
Methods in com.attivio.platform.transformer.ingest.util with parameters of type AdvancedFieldValueMapper Modifier and Type Method Description static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, AdvancedFieldValueMapper mapper)
Map each document based on the fieldMapping using the suppliedAdvancedFieldValueMapper
.static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, AdvancedFieldValueMapper mapper, NewFieldCreator newFieldCreator)
Map each document based on the fieldMapping using the suppliedFieldValueMapper
. -
Uses of AdvancedFieldValueMapper in com.attivio.sdk.util
Classes in com.attivio.sdk.util that implement AdvancedFieldValueMapper Modifier and Type Class Description class
AdvancedFieldValueMapperWrapper
Converts aFieldValueMapper
into aAdvancedFieldValueMapper
.
-