public abstract class CopyModule extends OperatorModule<Copy<?>>
CopyModule
is used for modules for the Copy
operator.
A new Copy
operator can be registered by implementing this module and
adding the operator with OperatorModule.addOperator(java.lang.Class<? extends P>)
.Copy
Constructor and Description |
---|
CopyModule() |
Modifier and Type | Method and Description |
---|---|
protected com.google.inject.TypeLiteral<Copy<?>> |
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<Copy<?>> getOperatorTypeLiteral()
getOperatorTypeLiteral
in class OperatorModule<Copy<?>>