Package generic.depends
Class DependentServiceResolver<T>
java.lang.Object
generic.depends.DependentServiceResolver<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DependentServiceResolver<T> static <T> voidinject(T t) voidinjectServices(T obj)
-
Method Details
-
get
public static <T> DependentServiceResolver<T> get(Class<T> cls) throws UnsatisfiedParameterException, UnsatisfiedFieldsException -
inject
public static <T> void inject(T t) throws ServiceConstructionException, UnsatisfiedParameterException, UnsatisfiedFieldsException -
injectServices
- Throws:
ServiceConstructionException
-