| Package | Description |
|---|---|
| org.springframework.data.repository.init |
Support for repository initialization using XML and JSON.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jackson2ResourceReader
A
ResourceReader using Jackson to read JSON into objects. |
class |
UnmarshallingResourceReader |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceReader |
AbstractRepositoryPopulatorFactoryBean.getResourceReader() |
protected ResourceReader |
Jackson2RepositoryPopulatorFactoryBean.getResourceReader() |
protected ResourceReader |
UnmarshallerRepositoryPopulatorFactoryBean.getResourceReader() |
| Constructor and Description |
|---|
ResourceReaderRepositoryPopulator(ResourceReader reader)
Creates a new
ResourceReaderRepositoryPopulator using the given ResourceReader. |
ResourceReaderRepositoryPopulator(ResourceReader reader,
ClassLoader classLoader)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.