Uses of Class
org.springframework.data.rest.core.config.ResourceMapping
Packages that use ResourceMapping
Package
Description
-
Uses of ResourceMapping in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config that return ResourceMappingModifier 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.5Methods in org.springframework.data.rest.core.config that return types with arguments of type ResourceMappingMethod parameters in org.springframework.data.rest.core.config with type arguments of type ResourceMappingModifier and TypeMethodDescriptionResourceMapping.addResourceMappings(Map<String, ResourceMapping> mappings) Deprecated. -
Uses of ResourceMapping in org.springframework.data.rest.core.support
Methods in org.springframework.data.rest.core.support that return ResourceMappingModifier and TypeMethodDescriptionstatic ResourceMappingResourceMappingUtils.getResourceMapping(RepositoryRestConfiguration config, PersistentEntity<?, ?> persistentEntity) Deprecated.static ResourceMappingResourceMappingUtils.getResourceMapping(RepositoryRestConfiguration config, RepositoryInformation repoInfo) Deprecated.static ResourceMappingResourceMappingUtils.merge(Class<?> type, ResourceMapping mapping) Deprecated.static ResourceMappingResourceMappingUtils.merge(Method method, ResourceMapping mapping) Deprecated.Methods in org.springframework.data.rest.core.support with parameters of type ResourceMappingModifier and TypeMethodDescriptionstatic ResourceMappingResourceMappingUtils.merge(Class<?> type, ResourceMapping mapping) Deprecated.static ResourceMappingResourceMappingUtils.merge(Method method, ResourceMapping mapping) Deprecated.