Uses of Interface
com.d3x.core.repo.Repo
-
Packages that use Repo Package Description com.d3x.core.repo -
-
Uses of Repo in com.d3x.core.repo
Fields in com.d3x.core.repo with type parameters of type Repo Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,Repo>RepoMaster. repoMapMethods in com.d3x.core.repo that return Repo Modifier and Type Method Description <T> Repo<T>RepoMaster. repo(java.lang.Class<T> type)Returns the repo for the type specifiedMethods in com.d3x.core.repo with parameters of type Repo Modifier and Type Method Description <T> voidRepoMaster. registerIfAbsent(Repo<T> repo)Registers a repo if one is not already registeredConstructor parameters in com.d3x.core.repo with type arguments of type Repo Constructor Description RepoMaster(java.util.Collection<Repo<?>> repos)Constructor
-