Package org.analogweb
Interface ContainerAdaptorFactory<T extends ContainerAdaptor>
-
- Type Parameters:
T
- type ofContainerAdaptor
.
- All Superinterfaces:
Module
- All Known Implementing Classes:
SingletonInstanceContainerAdaptorFactory
,StaticMappingContainerAdaptorFactory
public interface ContainerAdaptorFactory<T extends ContainerAdaptor> extends Module
Factory ofContainerAdaptor
.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createContainerAdaptor(ApplicationContext resolver)
Create newContainerAdaptor
.
-
-
-
Method Detail
-
createContainerAdaptor
T createContainerAdaptor(ApplicationContext resolver)
Create newContainerAdaptor
.- Parameters:
resolver
-ApplicationContext
- Returns:
- Created
ContainerAdaptor
-
-