Package net.officefloor.spring
Interface SpringSupplierSource.SpringDependencyFactory
-
- Enclosing class:
- SpringSupplierSource
public static interface SpringSupplierSource.SpringDependencyFactory
Factory for the creation of the Spring dependencies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createDependency(java.lang.String qualifier, java.lang.Class<?> objectType)
Creates the dependency.
-
-
-
Method Detail
-
createDependency
java.lang.Object createDependency(java.lang.String qualifier, java.lang.Class<?> objectType) throws java.lang.Exception
Creates the dependency.- Parameters:
qualifier
- Qualifier. May benull
.objectType
- Object type required.- Returns:
- Dependency object.
- Throws:
java.lang.Exception
- PossibleException
in creating the dependency.
-
-