Class AbstractComponentRegistry.Component

  • Enclosing class:
    AbstractComponentRegistry

    public class AbstractComponentRegistry.Component
    extends java.lang.Object
    A wrapper representing a component in the registry
    • Method Detail

      • injectDependencies

        public void injectDependencies()
        Injects dependencies into this component.
      • getInstance

        public java.lang.Object getInstance()
      • getName

        public java.lang.String getName()
      • buildInjectionMethodsList

        public void buildInjectionMethodsList()
                                       throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • buildInjectionFieldsList

        public void buildInjectionFieldsList()
                                      throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object