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, 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
-
Field Summary
Fields inherited from class AbstractFactoryBean
loggerFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceReaderDeprecated, for removal: This API element is subject to removal in a future version.voidsetMapper(@Nullable com.fasterxml.jackson.databind.ObjectMapper mapper) Deprecated, for removal: This API element is subject to removal in a future version.Configures theObjectMapperto be used.Methods inherited from class AbstractRepositoryPopulatorFactoryBean
afterPropertiesSet, createInstance, getObjectType, onApplicationEvent, setApplicationContext, setResourcesMethods inherited from class AbstractFactoryBean
destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationListener
supportsAsyncExecution
-
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 theObjectMapperto be used.- Parameters:
mapper- can be null.
-
getResourceReader
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getResourceReaderin classAbstractRepositoryPopulatorFactoryBean
-
JacksonRepositoryPopulatorFactoryBean.