Uses of Interface
org.springframework.data.rest.webmvc.mapping.LinkCollector
Packages that use LinkCollector
Package
Description
-
Uses of LinkCollector in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return LinkCollectorModifier and TypeMethodDescriptiondefault LinkCollectorRepositoryRestConfigurer.customizeLinkCollector(LinkCollector collector) Customize theLinkCollectorto be used.protected LinkCollectorRepositoryRestMvcConfiguration.linkCollector(PersistentEntities persistentEntities, SelfLinkProvider selfLinkProvider, Associations associationLinks) Methods in org.springframework.data.rest.webmvc.config with parameters of type LinkCollectorModifier and TypeMethodDescriptiondefault LinkCollectorRepositoryRestConfigurer.customizeLinkCollector(LinkCollector collector) Customize theLinkCollectorto be used.RepositoryRestMvcConfiguration.halJacksonHttpMessageConverter(LinkCollector linkCollector, RepositoryRestConfiguration repositoryRestConfiguration) tools.jackson.databind.json.JsonMapperRepositoryRestMvcConfiguration.halObjectMapper(LinkCollector linkCollector) protected tools.jackson.databind.JacksonModuleRepositoryRestMvcConfiguration.persistentEntityJackson3Module(LinkCollector linkCollector) Jackson module responsible for intelligently serializing and deserializing JSON that corresponds to an entity. -
Uses of LinkCollector in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type LinkCollectorModifierConstructorDescriptionPersistentEntityJackson2Module(Associations associations, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Deprecated, for removal: This API element is subject to removal in a future version.PersistentEntityJacksonModule(Associations associations, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJacksonModule.LookupObjectSerializer lookupObjectSerializer, RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) -
Uses of LinkCollector in org.springframework.data.rest.webmvc.mapping
Classes in org.springframework.data.rest.webmvc.mapping that implement LinkCollectorModifier and TypeClassDescriptionclassA service to collect all standard links that need to be added to a certain object.