Class InstanceComponentAdapter<T>

    • Method Detail

      • getComponentInstance

        public T getComponentInstance()
        Retrieve the component instance. This method will usually create a new instance each time it is called, but that is not required.
        Returns:
        the component instance.
      • isSingleton

        public boolean isSingleton()
        Indicates whether or not this adapter is a singleton