Class Jackson2RepositoryPopulatorFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<ResourceReaderRepositoryPopulator>
org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<ResourceReaderRepositoryPopulator>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

public class Jackson2RepositoryPopulatorFactoryBean extends AbstractRepositoryPopulatorFactoryBean
Since:
1.6
Author:
Oliver Gierke, Christoph Strobl
  • Constructor Details

    • Jackson2RepositoryPopulatorFactoryBean

      public Jackson2RepositoryPopulatorFactoryBean()
  • Method Details