Uses of Interface
org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy
Package
Description
-
Uses of RepositoryDetectionStrategy in org.springframework.data.rest.core.config
Modifier and TypeMethodDescriptionRepositoryRestConfiguration.getRepositoryDetectionStrategy()
Returns theRepositoryDetectionStrategy
to be used to decide which repositories get exposed.Modifier and TypeMethodDescriptionRepositoryRestConfiguration.setRepositoryDetectionStrategy
(RepositoryDetectionStrategy repositoryDetectionStrategy) Configures theRepositoryDetectionStrategy
to be used to determine which repositories get exposed. -
Uses of RepositoryDetectionStrategy in org.springframework.data.rest.core.mapping
Modifier and TypeClassDescriptionstatic enum
A variety of strategies to determine repository exposure.