| Modifier and Type | Method and Description |
|---|---|
static AggregatorContext |
Processor.process(Object o)
Analyse recursively an object, collecting all the @Collects to aggregators,
then executes the @Executes Nulls will not be collected You cannot assume
wich order will be executed for the @Executes
|
static AggregatorContext |
Processor.process(Object o,
String prefix,
AggregatorContext aggregatorContext)
same as process.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregatorContext |
Processor.process(Object o,
String prefix,
AggregatorContext aggregatorContext)
same as process.
|
Copyright © 2018. All rights reserved.