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, requireBinding
public void addAggregatorParser(Class<? extends Aggregator.Parser> parser)
parser
- The parser for the custom aggregator.protected void configure()
AbstractModule
Binder
via the exposed methods.configure
in class AbstractModule
public Iterable<? extends Module> spawnModules()
spawnModules
in interface SpawnModules
Copyright © 2009–2015. All rights reserved.