Uses of Class
org.liquigraph.examples.dagger2.repository.LiquigraphClient
-
Packages that use LiquigraphClient Package Description org.liquigraph.examples.dagger2.configuration org.liquigraph.examples.dagger2.repository -
-
Uses of LiquigraphClient in org.liquigraph.examples.dagger2.configuration
Methods in org.liquigraph.examples.dagger2.configuration that return LiquigraphClient Modifier and Type Method Description LiquigraphClient
DaggerDataComponent. liquigraphClient()
LiquigraphClient
DataComponent. liquigraphClient()
-
Uses of LiquigraphClient in org.liquigraph.examples.dagger2.repository
Methods in org.liquigraph.examples.dagger2.repository that return LiquigraphClient Modifier and Type Method Description LiquigraphClient
LiquigraphClient_Factory. get()
static LiquigraphClient
LiquigraphClient_Factory. newInstance(Configuration configuration)
-