Fix reference docs to use proper RepositoryDetectionStrategy enum values.
Closes #1970.
This commit is contained in:
@@ -104,7 +104,7 @@ Spring Data REST uses a `RepositoryDetectionStrategy` to determine whether a rep
|
|||||||
| Name | Description
|
| Name | Description
|
||||||
| `DEFAULT` | Exposes all public repository interfaces but considers the `exported` flag of `@(Repository)RestResource`.
|
| `DEFAULT` | Exposes all public repository interfaces but considers the `exported` flag of `@(Repository)RestResource`.
|
||||||
| `ALL` | Exposes all repositories independently of type visibility and annotations.
|
| `ALL` | Exposes all repositories independently of type visibility and annotations.
|
||||||
| `ANNOTATION` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
|
| `ANNOTATED` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
|
||||||
| `VISIBILITY` | Only public repositories annotated are exposed.
|
| `VISIBILITY` | Only public repositories annotated are exposed.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user