Class SpringDependency


  • public class SpringDependency
    extends java.lang.Object
    Spring dependency on OfficeFloor.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringDependency​(java.lang.String qualifier, java.lang.Class<?> objectType)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getObjectType()
      Obtains the object type.
      java.lang.String getQualifier()
      Obtains the qualifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringDependency

        public SpringDependency​(java.lang.String qualifier,
                                java.lang.Class<?> objectType)
        Instantiate.
        Parameters:
        qualifier - Qualifier. May be null.
        objectType - Object type.
    • Method Detail

      • getQualifier

        public java.lang.String getQualifier()
        Obtains the qualifier.
        Returns:
        Qualifier. May be null.
      • getObjectType

        public java.lang.Class<?> getObjectType()
        Obtains the object type.
        Returns:
        Object type.