| Package | Description |
|---|---|
| org.springframework.data.rest.core.config | |
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDetectionStrategy |
RepositoryRestConfiguration.getRepositoryDetectionStrategy()
Returns the
RepositoryDetectionStrategy to be used to decide which repositories get exposed. |
| Modifier and Type | Method and Description |
|---|---|
RepositoryRestConfiguration |
RepositoryRestConfiguration.setRepositoryDetectionStrategy(RepositoryDetectionStrategy repositoryDetectionStrategy)
Configures the
RepositoryDetectionStrategy to be used to determine which repositories get exposed. |
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryDetectionStrategy.RepositoryDetectionStrategies
A variety of strategies to determine repository exposure.
|
| Constructor and Description |
|---|
RepositoryResourceMappings(org.springframework.data.repository.support.Repositories repositories,
org.springframework.data.mapping.context.PersistentEntities entities,
RepositoryDetectionStrategy strategy)
|
RepositoryResourceMappings(org.springframework.data.repository.support.Repositories repositories,
org.springframework.data.mapping.context.PersistentEntities entities,
RepositoryDetectionStrategy strategy,
org.springframework.hateoas.RelProvider relProvider)
Creates a new
RepositoryResourceMappings from the given RepositoryRestConfiguration,
Repositories and RelProvider. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.