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,Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<ResourceReaderRepositoryPopulator>,InitializingBean,ApplicationContextAware,ApplicationListener<ContextRefreshedEvent>
public class UnmarshallerRepositoryPopulatorFactoryBean
extends AbstractRepositoryPopulatorFactoryBean
- Author:
- Oliver Gierke, Christoph Strobl, Johannes Englmeier
-
Field Summary
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected ResourceReadervoidsetUnmarshaller(Unmarshaller unmarshaller) Configures theUnmarshallerto be used.Methods inherited from class org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
createInstance, getObjectType, onApplicationEvent, setApplicationContext, setResourcesMethods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
UnmarshallerRepositoryPopulatorFactoryBean
public UnmarshallerRepositoryPopulatorFactoryBean()
-
-
Method Details
-
setUnmarshaller
Configures theUnmarshallerto be used.- Parameters:
unmarshaller- the unmarshaller to set
-
getResourceReader
- Specified by:
getResourceReaderin classAbstractRepositoryPopulatorFactoryBean
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceInitializingBean- Overrides:
afterPropertiesSetin classAbstractRepositoryPopulatorFactoryBean- Throws:
Exception
-