Class AbstractModifiableConfigurablePopulator<SOURCE,​TARGET,​OPTION>

    • Constructor Detail

      • AbstractModifiableConfigurablePopulator

        public AbstractModifiableConfigurablePopulator()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getModifications

        @Deprecated(since="6.0",
                    forRemoval=true)
        public java.util.List<ConfigurablePopulatorModification<SOURCE,​TARGET,​OPTION>> getModifications()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • getParentModifications

        @Deprecated(since="6.0",
                    forRemoval=true)
        protected java.util.List<ConfigurablePopulatorModification<SOURCE,​TARGET,​OPTION>> getParentModifications()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • applyModifications

        @Deprecated(since="6.0",
                    forRemoval=true)
        protected void applyModifications()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • isModified

        @Deprecated(since="6.0",
                    forRemoval=true)
        protected boolean isModified()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • getApplicationContext

        @Deprecated(since="6.0",
                    forRemoval=true)
        protected org.springframework.context.ApplicationContext getApplicationContext()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • setApplicationContext

        @Deprecated(since="6.0",
                    forRemoval=true)
        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Deprecated, for removal: This API element is subject to removal in a future version.
        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, for removal: This API element is subject to removal in a future version.
      • setBeanFactory

        @Deprecated(since="6.0",
                    forRemoval=true)
        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • getBeanName

        @Deprecated(since="6.0",
                    forRemoval=true)
        protected java.lang.String getBeanName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
      • setBeanName

        @Deprecated(since="6.0",
                    forRemoval=true)
        public void setBeanName​(java.lang.String beanName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 6.0.
        Specified by:
        setBeanName in interface org.springframework.beans.factory.BeanNameAware