public class Processor extends Object
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
static AggregatorContext |
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 |
process(Object o,
String prefix,
AggregatorContext aggregatorContext)
same as process.
|
public static AggregatorContext process(Object o)
o - the object to processpublic static AggregatorContext process(Object o, String prefix, AggregatorContext aggregatorContext)
o - the object to be processedprefix - the prefix to use as a reference for o in the contextaggregatorContext - a context to help processing the objectCopyright © 2018. All rights reserved.