Class Jackson2RepositoryPopulatorFactoryBean

All Implemented Interfaces:
EventListener, Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<ResourceReaderRepositoryPopulator>, InitializingBean, ApplicationContextAware, ApplicationListener<ContextRefreshedEvent>

@Deprecated(since="4.0", forRemoval=true) public class Jackson2RepositoryPopulatorFactoryBean extends AbstractRepositoryPopulatorFactoryBean
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
1.6
Author:
Oliver Gierke, Christoph Strobl
  • Constructor Details

    • Jackson2RepositoryPopulatorFactoryBean

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

    • setMapper

      public void setMapper(@Nullable com.fasterxml.jackson.databind.ObjectMapper mapper)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Configures the ObjectMapper to be used.
      Parameters:
      mapper - can be null.
    • getResourceReader

      protected ResourceReader getResourceReader()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getResourceReader in class AbstractRepositoryPopulatorFactoryBean