Package com.djrapitops.plan.modules
Interface ProxySuperClassBindingModule
-
@Module public interface ProxySuperClassBindingModule
Dagger module for binding proxy server classes to super classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSystem
bindConfigSystem(ProxyConfigSystem configSystem)
DBSystem
bindDBSystem(ProxyDBSystem dbSystem)
ServerSensor<?>
bindServerSensor(ServerSensor<java.lang.Object> sensor)
-
-
-
Method Detail
-
bindDBSystem
@Binds DBSystem bindDBSystem(ProxyDBSystem dbSystem)
-
bindConfigSystem
@Binds ConfigSystem bindConfigSystem(ProxyConfigSystem configSystem)
-
bindServerSensor
@Binds ServerSensor<?> bindServerSensor(ServerSensor<java.lang.Object> sensor)
-
-