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, org.springframework.data.rest.core.support.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, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration) com.fasterxml.jackson.databind.ObjectMapperRepositoryRestMvcConfiguration.halObjectMapper(LinkCollector linkCollector) protected com.fasterxml.jackson.databind.ModuleRepositoryRestMvcConfiguration.persistentEntityJackson2Module(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, org.springframework.data.rest.core.UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJackson2Moduleusing the givenAssociations,PersistentEntities,UriToEntityConverter,LinkCollector,RepositoryInvokerFactory,PersistentEntityJackson2Module.LookupObjectSerializer,RepresentationModelProcessorInvokerandEmbeddedResourcesAssembler. -
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.