Interface SpringSupplierSource.SpringDependencyFactory

  • Enclosing class:
    SpringSupplierSource

    public static interface SpringSupplierSource.SpringDependencyFactory
    Factory for the creation of the Spring dependencies.
    • 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 be null.
        objectType - Object type required.
        Returns:
        Dependency object.
        Throws:
        java.lang.Exception - Possible Exception in creating the dependency.