public abstract class MutateModule extends OperatorModule<Mutate<?>>
MutateModule
is used for modules for the Mutate
operator.
A new Mutate
operator can be registered by implementing this module
and adding the operator with OperatorModule.addOperator(java.lang.Class<? extends P>)
.Mutate
Constructor and Description |
---|
MutateModule() |
Modifier and Type | Method and Description |
---|---|
protected com.google.inject.TypeLiteral<Mutate<?>> |
getOperatorTypeLiteral() |
addOperator, addOperator, addOperator, addOperatorSelector, addOperatorSelectorInstance
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, configure, constant, multi
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
protected com.google.inject.TypeLiteral<Mutate<?>> getOperatorTypeLiteral()
getOperatorTypeLiteral
in class OperatorModule<Mutate<?>>