Class AbstractModifiableConfigurablePopulator<SOURCE,​TARGET,​OPTION>

    • Constructor Detail

      • AbstractModifiableConfigurablePopulator

        public AbstractModifiableConfigurablePopulator()
        Deprecated.
    • Method Detail

      • applyModifications

        @Deprecated(since="6.0")
        protected void applyModifications()
        Deprecated.
        Since 6.0.
      • isModified

        @Deprecated(since="6.0")
        protected boolean isModified()
        Deprecated.
        Since 6.0.
      • getApplicationContext

        @Deprecated(since="6.0")
        protected org.springframework.context.ApplicationContext getApplicationContext()
        Deprecated.
        Since 6.0.
      • setApplicationContext

        @Deprecated(since="6.0")
        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Deprecated.
        Since 6.0.
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • getBeanFactory

        protected org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()
        Deprecated.
      • setBeanFactory

        @Deprecated(since="6.0")
        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Deprecated.
        Since 6.0.
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • getBeanName

        @Deprecated(since="6.0")
        protected java.lang.String getBeanName()
        Deprecated.
        Since 6.0.
      • setBeanName

        @Deprecated(since="6.0")
        public void setBeanName​(java.lang.String beanName)
        Deprecated.
        Since 6.0.
        Specified by:
        setBeanName in interface org.springframework.beans.factory.BeanNameAware