Uses of Class
org.springframework.data.rest.core.config.ResourceMapping
Package
Description
-
Uses of ResourceMapping in org.springframework.data.rest.core.config
Modifier and TypeMethodDescriptionResourceMapping.addResourceMappingFor
(String name) Deprecated.ResourceMapping.addResourceMappings
(Map<String, ResourceMapping> mappings) Deprecated.RepositoryRestConfiguration.findRepositoryMappingForPath
(String path) Deprecated.for removal in 3.5ResourceMapping.getResourceMappingFor
(String name) Deprecated.ResourceMappingConfiguration.getResourceMappingFor
(Class<?> type) RepositoryRestConfiguration.getResourceMappingForDomainType
(Class<?> domainType) Deprecated.for removal in 3.5RepositoryRestConfiguration.getResourceMappingForRepository
(Class<?> repositoryInterface) Deprecated.for removal in 3.5ResourceMapping.setExported
(boolean exported) Deprecated.Deprecated.Deprecated.ResourceMappingConfiguration.setResourceMappingFor
(Class<?> type) RepositoryRestConfiguration.setResourceMappingForDomainType
(Class<?> domainType) Deprecated.for removal in 3.5RepositoryRestConfiguration.setResourceMappingForRepository
(Class<?> repositoryInterface) Deprecated.for removal in 3.5Modifier and TypeMethodDescriptionResourceMapping.addResourceMappings
(Map<String, ResourceMapping> mappings) Deprecated. -
Uses of ResourceMapping in org.springframework.data.rest.core.support
Modifier and TypeMethodDescriptionstatic ResourceMapping
ResourceMappingUtils.getResourceMapping
(RepositoryRestConfiguration config, PersistentEntity<?, ?> persistentEntity) Deprecated.static ResourceMapping
ResourceMappingUtils.getResourceMapping
(RepositoryRestConfiguration config, RepositoryInformation repoInfo) Deprecated.static ResourceMapping
ResourceMappingUtils.merge
(Class<?> type, ResourceMapping mapping) Deprecated.static ResourceMapping
ResourceMappingUtils.merge
(Method method, ResourceMapping mapping) Deprecated.Modifier and TypeMethodDescriptionstatic ResourceMapping
ResourceMappingUtils.merge
(Class<?> type, ResourceMapping mapping) Deprecated.static ResourceMapping
ResourceMappingUtils.merge
(Method method, ResourceMapping mapping) Deprecated.