Uses of Class
org.springframework.data.rest.webmvc.support.RepositoryEntityLinks
Package
Description
-
Uses of RepositoryEntityLinks in org.springframework.data.rest.webmvc
ModifierConstructorDescriptionRepositoryController
(Repositories repositories, RepositoryEntityLinks entityLinks, ResourceMappings mappings) -
Uses of RepositoryEntityLinks in org.springframework.data.rest.webmvc.config
Modifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.entityLinks
(ObjectFactory<HateoasPageableHandlerMethodArgumentResolver> pageableResolver, Repositories repositories, RepositoryResourceMappings resourceMappings, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> backendIdConverterRegistry, RepositoryRestConfiguration repositoryRestConfiguration, ObjectFactory<HateoasSortHandlerMethodArgumentResolver> sortResolver) A specialEntityLinks
implementation that takes repository and current configuration into account when generating links.Modifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.alpsConverter
(Repositories repositories, PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, EnumTranslator enumTranslator, Associations associationLinks, RepositoryRestConfiguration repositoryRestConfiguration) RepositoryRestMvcConfiguration.selfLinkProvider
(PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, ObjectProvider<ConversionService> conversionService)