Uses of Interface
org.springframework.data.rest.webmvc.spi.BackendIdConverter
Package
Description
-
Uses of BackendIdConverter in org.springframework.data.rest.webmvc.config
Modifier and TypeMethodDescriptionorg.springframework.plugin.core.PluginRegistry<BackendIdConverter,
Class<?>> RepositoryRestMvcConfiguration.backendIdConverterRegistry
(List<BackendIdConverter> backendIdConverter) Modifier and TypeMethodDescriptionorg.springframework.plugin.core.PluginRegistry<BackendIdConverter,
Class<?>> RepositoryRestMvcConfiguration.backendIdConverterRegistry
(List<BackendIdConverter> backendIdConverter) RepositoryRestMvcConfiguration.backendIdHandlerMethodArgumentResolver
(org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> backendIdConverterRegistry, ResourceMetadataHandlerMethodArgumentResolver resourceMetadataHandlerMethodArgumentResolver, BaseUri baseUri) RepositoryRestMvcConfiguration.entityLinks
(org.springframework.beans.factory.ObjectFactory<org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver> pageableResolver, org.springframework.data.repository.support.Repositories repositories, RepositoryResourceMappings resourceMappings, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> backendIdConverterRegistry, RepositoryRestConfiguration repositoryRestConfiguration, org.springframework.beans.factory.ObjectFactory<org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver> sortResolver) A specialEntityLinks
implementation that takes repository and current configuration into account when generating links. -
Uses of BackendIdConverter in org.springframework.data.rest.webmvc.spi
Modifier and TypeClassDescriptionstatic enum
The defaultBackendIdConverter
that will simply use ids as they are. -
Uses of BackendIdConverter in org.springframework.data.rest.webmvc.support
ModifierConstructorDescriptionBackendIdHandlerMethodArgumentResolver
(org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters, ResourceMetadataHandlerMethodArgumentResolver resourceMetadataResolver, BaseUri baseUri) Creates a newBackendIdHandlerMethodArgumentResolver
for the givenBackendIdConverter
s andResourceMetadataHandlerMethodArgumentResolver
.RepositoryEntityLinks
(org.springframework.data.repository.support.Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, PagingAndSortingTemplateVariables templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters) RepositoryEntityLinks
(org.springframework.data.repository.support.Repositories repositories, ResourceMappings mappings, RepositoryRestConfiguration config, org.springframework.data.util.Lazy<PagingAndSortingTemplateVariables> templateVariables, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> idConverters)