Class UnmarshallerRepositoryPopulatorFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<ResourceReaderRepositoryPopulator>
org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
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 UnmarshallerRepositoryPopulatorFactoryBean extends AbstractRepositoryPopulatorFactoryBean
FactoryBean to create a ResourceReaderRepositoryPopulator using an Unmarshaller.
Author:
Oliver Gierke, Christoph Strobl, Johannes Englmeier
  • Constructor Details

    • UnmarshallerRepositoryPopulatorFactoryBean

      public UnmarshallerRepositoryPopulatorFactoryBean()
  • Method Details