Interface SpringSupplierSource.SpringDependencyFactory

Enclosing class:
SpringSupplierSource

public static interface SpringSupplierSource.SpringDependencyFactory
Factory for the creation of the Spring dependencies.
  • Method Summary

    Modifier and Type
    Method
    Description
    createDependency(String qualifier, Class<?> objectType)
    Creates the dependency.
  • Method Details

    • createDependency

      Object createDependency(String qualifier, Class<?> objectType) throws Exception
      Creates the dependency.
      Parameters:
      qualifier - Qualifier. May be null.
      objectType - Object type required.
      Returns:
      Dependency object.
      Throws:
      Exception - Possible Exception in creating the dependency.