Class DaggerDataComponent
- java.lang.Object
-
- org.liquigraph.examples.dagger2.configuration.DaggerDataComponent
-
- All Implemented Interfaces:
DataComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerDataComponent extends Object implements DataComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DaggerDataComponent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DaggerDataComponent.Builder
builder()
static DataComponent
create()
LiquigraphClient
liquigraphClient()
SentenceRepository
sentenceRepository()
-
-
-
Method Detail
-
builder
public static DaggerDataComponent.Builder builder()
-
create
public static DataComponent create()
-
sentenceRepository
public SentenceRepository sentenceRepository()
- Specified by:
sentenceRepository
in interfaceDataComponent
-
liquigraphClient
public LiquigraphClient liquigraphClient()
- Specified by:
liquigraphClient
in interfaceDataComponent
-
-