| Package | Description |
|---|---|
| org.broadleafcommerce.common.extensibility.context.merge |
| Modifier and Type | Field and Description |
|---|---|
protected Placement |
AbstractMergeBeanPostProcessor.BeanPackage.placement |
| Modifier and Type | Method and Description |
|---|---|
Placement |
AbstractMergeBeanPostProcessor.getPlacement()
The position in the target collection to place the merge.
|
Placement |
AbstractMergeBeanPostProcessor.BeanPackage.getPlacement() |
static Placement |
Placement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMergeBeanPostProcessor.addItemToList(Object bean,
Object sourceItem,
Placement placement,
int position) |
protected void |
AbstractMergeBeanPostProcessor.addItemToSet(Object bean,
Object sourceItem,
Placement placement,
int position) |
protected void |
AbstractMergeBeanPostProcessor.addListToList(Object bean,
Object sourceItem,
Placement placement,
int position) |
protected void |
AbstractMergeBeanPostProcessor.addMapToMap(Object bean,
Map sourceItem,
Placement placement,
int position) |
protected void |
AbstractMergeBeanPostProcessor.addSetToSet(Object bean,
Object sourceItem,
Placement placement,
int position) |
void |
AbstractMergeBeanPostProcessor.setPlacement(Placement placement)
The position in the target collection to place the merge.
|
void |
AbstractMergeBeanPostProcessor.BeanPackage.setPlacement(Placement placement) |
Copyright © 2026. All rights reserved.