public class FieldRenamingProcessor extends Object implements ItemProcessor
| Constructor and Description |
|---|
FieldRenamingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Item |
process(Context context,
CachingOptions cachingOptions,
Item item)
Processes an
Item. |
void |
setFieldMappings(Map<String,String> fieldMappings) |
public Item process(Context context, CachingOptions cachingOptions, Item item) throws ItemProcessingException
ItemProcessorItem.process in interface ItemProcessorcontext - the current contextcachingOptions - caching options in case you need access to itemsitem - the item to processItemProcessingException - if an error occurred while processing the itemCopyright © 2018 CrafterCMS. All rights reserved.