Class HekateBaseBean<T>

    • Constructor Detail

      • HekateBaseBean

        public HekateBaseBean()
    • Method Detail

      • isSingleton

        public boolean isSingleton()
        Returns true.
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<T>
        Returns:
        true
      • getSource

        public Hekate getSource()
        Return the Hekate instance that will be used as a source of imported components and services (see setSource(Hekate)).
        Returns:
        Hekate instance that will be used as a source of imported components and services.
      • setSource

        public void setSource​(Hekate source)
        Sets the Hekate instance that will be used as a source of imported components and services. If not specified then it will be auto-discovered via BeanFactory.getBean(Class).
        Parameters:
        source - Hekate instance that will be used as a source of imported components and services.
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware