Class MySQLPluginModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- io.edurt.datacap.spi.AbstractPluginModule
-
- io.edurt.datacap.plugin.jdbc.mysql.MySQLPluginModule
-
- All Implemented Interfaces:
com.google.inject.Module,PluginModule
public class MySQLPluginModule extends AbstractPluginModule implements PluginModule
-
-
Constructor Summary
Constructors Constructor Description MySQLPluginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()AbstractPluginModuleget()StringgetName()PluginTypegetType()-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacePluginModule
-
getType
public PluginType getType()
- Specified by:
getTypein interfacePluginModule
-
get
public AbstractPluginModule get()
- Specified by:
getin interfacePluginModule
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
-