Interface InjectionManagerSupplier
-
- All Known Implementing Classes:
FeatureContextWrapper,ReaderInterceptorExecutor,WriterInterceptorExecutor
public interface InjectionManagerSupplierImplementation of this interface is capable of returningInjectionManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InjectionManagergetInjectionManager()Get injection manager.
-
-
-
Method Detail
-
getInjectionManager
InjectionManager getInjectionManager()
Get injection manager.- Returns:
- injection manager.
-
-