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(@Nullable Map<String, ResourceMapping> mappings) Deprecated.@Nullable ResourceMappingRepositoryRestConfiguration.findRepositoryMappingForPath(String path) Deprecated.for removal in 3.5@Nullable ResourceMappingResourceMapping.getResourceMappingFor(String name) Deprecated.@Nullable ResourceMappingResourceMappingConfiguration.getResourceMappingFor(Class<?> type) @Nullable ResourceMappingRepositoryRestConfiguration.getResourceMappingForDomainType(Class<?> domainType) Deprecated.for removal in 3.5@Nullable ResourceMappingRepositoryRestConfiguration.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(@Nullable 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 @Nullable ResourceMappingResourceMappingUtils.getResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable PersistentEntity<?, ?> persistentEntity) Deprecated.static @Nullable ResourceMappingResourceMappingUtils.getResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable RepositoryInformation repoInfo) Deprecated.static ResourceMappingResourceMappingUtils.merge(Class<?> type, @Nullable ResourceMapping mapping) Deprecated.static ResourceMappingResourceMappingUtils.merge(Method method, @Nullable ResourceMapping mapping) Deprecated.Methods in org.springframework.data.rest.core.support with parameters of type ResourceMappingModifier and TypeMethodDescriptionstatic ResourceMappingResourceMappingUtils.merge(Class<?> type, @Nullable ResourceMapping mapping) Deprecated.static ResourceMappingResourceMappingUtils.merge(Method method, @Nullable ResourceMapping mapping) Deprecated.