Java org.springframework.data.repository.init Jackson2RepositoryPopulatorFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository.init Jackson2RepositoryPopulatorFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository.init Jackson2RepositoryPopulatorFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetMapper(@Nullable ObjectMapper mapper)
Configures the ObjectMapper to be used.
voidsetResources(Resource[] resources)
Configures the Resource s to be used to load objects from and initialize the repositories eventually.