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