Uses of Interface
org.springframework.data.rest.core.mapping.ResourceMappings
Packages that use ResourceMappings
Package
Description
-
Uses of ResourceMappings in org.springframework.data.rest.core.mapping
Classes in org.springframework.data.rest.core.mapping that implement ResourceMappingsModifier and TypeClassDescriptionclass
class
Central abstraction obtainResourceMetadata
andResourceMapping
instances for domain types and repositories. -
Uses of ResourceMappings in org.springframework.data.rest.core.support
Constructor parameters in org.springframework.data.rest.core.support with type arguments of type ResourceMappingsModifierConstructorDescriptionRepositoryRelProvider
(ObjectFactory<ResourceMappings> mappings) Creates a newRepositoryRelProvider
for the givenResourceMappings
. -
Uses of ResourceMappings in org.springframework.data.rest.webmvc
Constructors in org.springframework.data.rest.webmvc with parameters of type ResourceMappingsModifierConstructorDescriptionRepositoryController
(Repositories repositories, RepositoryEntityLinks entityLinks, ResourceMappings mappings) RepositoryRestHandlerMapping
(ResourceMappings mappings, RepositoryRestConfiguration config) Creates a newRepositoryRestHandlerMapping
for the givenResourceMappings
andRepositoryRestConfiguration
.RepositoryRestHandlerMapping
(ResourceMappings mappings, RepositoryRestConfiguration config, Repositories repositories) Creates a newRepositoryRestHandlerMapping
for the givenResourceMappings
RepositoryRestConfiguration
andRepositories
. -
Uses of ResourceMappings in org.springframework.data.rest.webmvc.config
Method parameters in org.springframework.data.rest.webmvc.config with type arguments of type ResourceMappingsModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.repositoryRelProvider
(ObjectFactory<ResourceMappings> resourceMappings) Constructors in org.springframework.data.rest.webmvc.config with parameters of type ResourceMappingsModifierConstructorDescriptionResourceMetadataHandlerMethodArgumentResolver
(Repositories repositories, ResourceMappings mappings, BaseUri baseUri) Creates a newResourceMetadataHandlerMethodArgumentResolver
for the givenRepositories
andResourceMappings
. -
Uses of ResourceMappings in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type ResourceMappingsModifierConstructorDescriptionAggregateReferenceResolvingModule
(UriToEntityConverter converter, ResourceMappings mappings) Creates a newAggregateReferenceResolvingModule
using the givenUriToEntityConverter
andResourceMappings
. -
Uses of ResourceMappings in org.springframework.data.rest.webmvc.mapping
Methods in org.springframework.data.rest.webmvc.mapping that return ResourceMappingsConstructors in org.springframework.data.rest.webmvc.mapping with parameters of type ResourceMappingsModifierConstructorDescriptionAssociations
(ResourceMappings mappings, RepositoryRestConfiguration config) -
Uses of ResourceMappings in org.springframework.data.rest.webmvc.support
Methods in org.springframework.data.rest.webmvc.support with parameters of type ResourceMappingsModifier and TypeMethodDescriptionstatic DomainClassResolver
DomainClassResolver.of
(Repositories repositories, ResourceMappings mappings, BaseUri baseUri) Constructors in org.springframework.data.rest.webmvc.support with parameters of type ResourceMappingsModifierConstructorDescriptionDefaultExcerptProjector
(ProjectionFactory factory, ResourceMappings mappings) PersistentEntityProjector
(ProjectionDefinitions projectionDefinitions, ProjectionFactory factory, String projection, ResourceMappings mappings) Creates a newPersistentEntityProjector
using the givenProjectionDefinitions
,ProjectionFactory
and projection name.RepositoryEntityLinks
(Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, PagingAndSortingTemplateVariables templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters) RepositoryEntityLinks
(Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, Lazy<PagingAndSortingTemplateVariables> templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters)