|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationProcessor
Super interface for all configuration processors.
| Method Summary | |
|---|---|
void |
process(Map.Entry<ConfigToken<?>,Object> configEntry,
ColumnConfiguration columnConfiguration,
TableConfiguration tableConfiguration)
Processes the passed entry which is a ConfigToken from
ColumnConfig. |
void |
process(Map.Entry<ConfigToken<?>,Object> configEntry,
TableConfiguration tableConfiguration)
Processes the passed entry which is a ConfigToken from
TableConfig. |
| Method Detail |
|---|
void process(Map.Entry<ConfigToken<?>,Object> configEntry,
ColumnConfiguration columnConfiguration,
TableConfiguration tableConfiguration)
Processes the passed entry which is a ConfigToken from
ColumnConfig. The value stored in the entry will be updated
depending on the processor declared in the ConfigToken.
If new entries are to be added, they will be added in the
stagingConfigurations field of the passed
ColumnConfiguration instance.
configEntry - The map entry to update.columnConfiguration - The column configuration to be updated.tableConfiguration - The table configuration to be updated.
void process(Map.Entry<ConfigToken<?>,Object> configEntry,
TableConfiguration tableConfiguration)
Processes the passed entry which is a ConfigToken from
TableConfig. The value stored in the entry will be updated
depending on the processor declared in the ConfigToken.
If new entries are to be added, they will be added in the
stagingConfigurations field of the passed
TableConfiguration instance.
configEntry - The map entry to update.tableConfiguration - The table configuration to be updated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||