Uses of Class
org.springframework.data.rest.webmvc.BaseUri
Packages that use BaseUri
Package
Description
-
Uses of BaseUri in org.springframework.data.rest.webmvc
Fields in org.springframework.data.rest.webmvc declared as BaseUri -
Uses of BaseUri in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return BaseUriModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.baseUri
(RepositoryRestConfiguration repositoryRestConfiguration) Methods in org.springframework.data.rest.webmvc.config with parameters of type BaseUriModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.backendIdHandlerMethodArgumentResolver
(org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> backendIdConverterRegistry, ResourceMetadataHandlerMethodArgumentResolver resourceMetadataHandlerMethodArgumentResolver, BaseUri baseUri) RepositoryRestMvcConfiguration.resourceMetadataHandlerMethodArgumentResolver
(org.springframework.data.repository.support.Repositories repositories, RepositoryResourceMappings resourceMappings, BaseUri baseUri) Constructors in org.springframework.data.rest.webmvc.config with parameters of type BaseUriModifierConstructorDescriptionResourceMetadataHandlerMethodArgumentResolver
(org.springframework.data.repository.support.Repositories repositories, ResourceMappings mappings, BaseUri baseUri) Creates a newResourceMetadataHandlerMethodArgumentResolver
for the givenRepositories
andResourceMappings
. -
Uses of BaseUri in org.springframework.data.rest.webmvc.support
Methods in org.springframework.data.rest.webmvc.support with parameters of type BaseUriModifier and TypeMethodDescriptionstatic DomainClassResolver
DomainClassResolver.of
(org.springframework.data.repository.support.Repositories repositories, ResourceMappings mappings, BaseUri baseUri) Constructors in org.springframework.data.rest.webmvc.support with parameters of type BaseUriModifierConstructorDescriptionBackendIdHandlerMethodArgumentResolver
(org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters, ResourceMetadataHandlerMethodArgumentResolver resourceMetadataResolver, BaseUri baseUri) Creates a newBackendIdHandlerMethodArgumentResolver
for the givenBackendIdConverter
s andResourceMetadataHandlerMethodArgumentResolver
.RepositoryLinkBuilder
(ResourceMetadata metadata, BaseUri baseUri)