Class GeneralModule
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.di.GeneralModule
- All Implemented Interfaces:
com.google.inject.Module
A
Module implementation used to set-up general SDK dependency injection settings-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) Registers required types with the injection container
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) Registers required types with the injection container- Specified by:
configurein interfacecom.google.inject.Module- Parameters:
binder- ABinderrepresenting the injection container handle
-