Uses of Class
io.zeebe.servicecontainer.Injector
-
Packages that use Injector Package Description io.zeebe.servicecontainer -
-
Uses of Injector in io.zeebe.servicecontainer
Fields in io.zeebe.servicecontainer with type parameters of type Injector Modifier and Type Field Description protected Map<ServiceName<?>,Collection<Injector<?>>>ServiceBuilder. injectedDependenciesMethods in io.zeebe.servicecontainer that return types with arguments of type Injector Modifier and Type Method Description Map<ServiceName<?>,Collection<Injector<?>>>ServiceBuilder. getInjectedDependencies()Methods in io.zeebe.servicecontainer with parameters of type Injector Modifier and Type Method Description <T> ServiceBuilder<S>ServiceBuilder. dependency(ServiceName<? extends T> serviceName, Injector<T> injector)
-