Uses of Class
org.springframework.data.rest.webmvc.support.RepositoryEntityLinks
Packages that use RepositoryEntityLinks
Package
Description
-
Uses of RepositoryEntityLinks in org.springframework.data.rest.webmvc
Constructors in org.springframework.data.rest.webmvc with parameters of type RepositoryEntityLinksModifierConstructorDescriptionRepositoryController(Repositories repositories, RepositoryEntityLinks entityLinks, org.springframework.data.rest.core.mapping.ResourceMappings mappings) -
Uses of RepositoryEntityLinks in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return RepositoryEntityLinksModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.entityLinks(ObjectFactory<HateoasPageableHandlerMethodArgumentResolver> pageableResolver, Repositories repositories, org.springframework.data.rest.core.mapping.RepositoryResourceMappings resourceMappings, org.springframework.plugin.core.PluginRegistry<BackendIdConverter, Class<?>> backendIdConverterRegistry, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration, ObjectFactory<HateoasSortHandlerMethodArgumentResolver> sortResolver) A specialEntityLinksimplementation that takes repository and current configuration into account when generating links.Methods in org.springframework.data.rest.webmvc.config with parameters of type RepositoryEntityLinksModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.alpsConverter(Repositories repositories, PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, EnumTranslator enumTranslator, Associations associationLinks, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration) org.springframework.data.rest.core.support.SelfLinkProviderRepositoryRestMvcConfiguration.selfLinkProvider(PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, ObjectProvider<ConversionService> conversionService)