Uses of Class
org.springframework.data.rest.webmvc.mapping.Associations
Packages that use Associations
Package
Description
-
Uses of Associations in org.springframework.data.rest.webmvc
Constructors in org.springframework.data.rest.webmvc with parameters of type AssociationsModifierConstructorDescriptionEmbeddedResourcesAssembler
(PersistentEntities entities, Associations associations, ExcerptProjector projector) PersistentEntityResourceAssembler
(PersistentEntities entities, Projector projector, Associations associations, SelfLinkProvider linkProvider) Creates a newPersistentEntityResourceAssembler
for the givenPersistentEntities
,Projector
,Associations
andSelfLinkProvider
. -
Uses of Associations in org.springframework.data.rest.webmvc.alps
Constructors in org.springframework.data.rest.webmvc.alps with parameters of type AssociationsModifierConstructorDescriptionRootResourceInformationToAlpsDescriptorConverter
(Associations associations, Repositories repositories, PersistentEntities persistentEntities, EntityLinks entityLinks, MessageResolver resolver, RepositoryRestConfiguration configuration, com.fasterxml.jackson.databind.ObjectMapper mapper, EnumTranslator translator) -
Uses of Associations in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return AssociationsModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.associationLinks
(RepositoryResourceMappings resourceMappings, RepositoryRestConfiguration repositoryRestConfiguration) Methods in org.springframework.data.rest.webmvc.config with parameters of type AssociationsModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.alpsConverter
(Repositories repositories, PersistentEntities persistentEntities, RepositoryEntityLinks entityLinks, EnumTranslator enumTranslator, Associations associationLinks, RepositoryRestConfiguration repositoryRestConfiguration) RepositoryRestMvcConfiguration.jsonSchemaConverter
(PersistentEntities persistentEntities, Associations associationLinks, RepositoryInvokerFactory repositoryInvokerFactory, RepositoryRestConfiguration repositoryRestConfiguration) Turns a domain class into aJsonSchema
.protected LinkCollector
RepositoryRestMvcConfiguration.linkCollector
(PersistentEntities persistentEntities, SelfLinkProvider selfLinkProvider, Associations associationLinks) RepositoryRestMvcConfiguration.persistentEntityArgumentResolver
(List<HttpMessageConverter<?>> defaultMessageConverters, RootResourceInformationHandlerMethodArgumentResolver repoRequestArgumentResolver, Associations associationLinks, BackendIdHandlerMethodArgumentResolver backendIdHandlerMethodArgumentResolver, PersistentEntities entities) Reads incoming JSON into an entity.Constructors in org.springframework.data.rest.webmvc.config with parameters of type AssociationsModifierConstructorDescriptionPersistentEntityResourceAssemblerArgumentResolver
(PersistentEntities entities, SelfLinkProvider linkProvider, ProjectionDefinitions projectionDefinitions, ProjectionFactory projectionFactory, Associations associations) -
Uses of Associations in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type AssociationsModifierConstructorDescriptionAssociationUriResolvingDeserializerModifier
(PersistentEntities entities, Associations associations, UriToEntityConverter converter, RepositoryInvokerFactory factory) DomainObjectReader
(PersistentEntities entities, Associations associationLinks) JacksonMappingAwareSortTranslator
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Repositories repositories, DomainClassResolver domainClassResolver, PersistentEntities persistentEntities, Associations associations) Creates a newJacksonMappingAwareSortTranslator
for the givenObjectMapper
,Repositories
,DomainClassResolver
andPersistentEntities
.PersistentEntityJackson2Module
(Associations associations, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) PersistentEntityToJsonSchemaConverter
(PersistentEntities entities, Associations associations, MessageResolver resolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, RepositoryRestConfiguration configuration, PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory customizerFactory) Creates a newPersistentEntityToJsonSchemaConverter
for the givenPersistentEntities
andResourceMappings
.SortTranslator
(PersistentEntities entities, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Associations associations) -
Uses of Associations in org.springframework.data.rest.webmvc.mapping
Constructors in org.springframework.data.rest.webmvc.mapping with parameters of type AssociationsModifierConstructorDescriptionDefaultLinkCollector
(PersistentEntities entities, SelfLinkProvider linkProvider, Associations associationLinks) Creates a newDefaultLinkCollector
for the givenPersistentEntities
,SelfLinkProvider
andAssociations
.