public class LocalizedAttribute2MapPopulator<S extends ItemToMapConversionContext,T extends java.util.Map<java.lang.String,java.lang.Object>> extends AbstractItem2MapPopulator<S,T>
| Constructor and Description |
|---|
LocalizedAttribute2MapPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CommonI18NService |
getCommonI18NService() |
protected boolean |
isApplicable(AttributeDescriptorModel attributeDescriptor)
Indicates whether this Populator is applicable to process the attribute
|
protected void |
populateToMap(IntegrationObjectItemAttributeModel attr,
java.lang.String qualifier,
S source,
T target)
Implements the logic to populate the target
|
void |
setCommonI18NService(CommonI18NService commonI18NService) |
getModelService, populate, setModelServiceprotected void populateToMap(IntegrationObjectItemAttributeModel attr, java.lang.String qualifier, S source, T target)
AbstractItem2MapPopulatorpopulateToMap in class AbstractItem2MapPopulator<S extends ItemToMapConversionContext,T extends java.util.Map<java.lang.String,java.lang.Object>>attr - IntegrationObjectItemAttributeModel used in the implementation to populate the targetqualifier - Attribute's qualifier used in the implementation to populate the targetsource - Source used in the implementation to populate the targettarget - Populate the target with the resultprotected boolean isApplicable(AttributeDescriptorModel attributeDescriptor)
AbstractItem2MapPopulatorisApplicable in class AbstractItem2MapPopulator<S extends ItemToMapConversionContext,T extends java.util.Map<java.lang.String,java.lang.Object>>attributeDescriptor - AttributeDescriptorModel used to test whether the Populator can operate on the attributetrue, if the Populator is applicable, otherwise falseprotected CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
Copyright © 2018 SAP SE. All Rights Reserved.