public class AggregationModule extends AbstractModule implements SpawnModules
| Constructor and Description |
|---|
AggregationModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregatorParser(Class<? extends Aggregator.Parser> parser)
Enabling extending the get module by adding a custom aggregation parser.
|
protected void |
configure()
Configures a
Binder via the exposed methods. |
Iterable<? extends Module> |
spawnModules() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic void addAggregatorParser(Class<? extends Aggregator.Parser> parser)
parser - The parser for the custom aggregator.protected void configure()
AbstractModuleBinder via the exposed methods.configure in class AbstractModulepublic Iterable<? extends Module> spawnModules()
spawnModules in interface SpawnModulesCopyright © 2009–2016. All rights reserved.