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 TypeClassDescriptionclassclassCentral abstraction obtainResourceMetadataandResourceMappinginstances 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 newRepositoryRelProviderfor 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 newRepositoryRestHandlerMappingfor the givenResourceMappingsandRepositoryRestConfiguration.RepositoryRestHandlerMapping(ResourceMappings mappings, RepositoryRestConfiguration config, Repositories repositories) Creates a newRepositoryRestHandlerMappingfor the givenResourceMappingsRepositoryRestConfigurationandRepositories. -
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 newResourceMetadataHandlerMethodArgumentResolverfor the givenRepositoriesandResourceMappings. -
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 newAggregateReferenceResolvingModuleusing the givenUriToEntityConverterandResourceMappings. -
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 DomainClassResolverDomainClassResolver.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 newPersistentEntityProjectorusing the givenProjectionDefinitions,ProjectionFactoryand 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)