Package com.complexible.common.inject
Class Injectors
java.lang.Object
com.complexible.common.inject.Injectors
Utility class for working with Injectors and Guice in general.
- Since:
- 1.2
- Version:
- 2.2.1
- Author:
- Michael Grove
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidstatic <T> Iterable<? extends T> instancesOf(com.google.inject.Injector theInjector, Class<T> theClass) static voidprettyPrintErrors(Iterable<com.google.inject.spi.Message> theErrors) static <T> Iterable<com.google.inject.Provider<T>> static <T> Iterable<com.google.inject.Provider<T>>
-
Method Details
-
instancesOf
-
providers
-
providers
-
prettyPrintErrors
-
install
-