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, org.springframework.data.rest.core.support.SelfLinkProvider linkProvider) Creates a newPersistentEntityResourceAssemblerfor the givenPersistentEntities,Projector,AssociationsandSelfLinkProvider. -
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, org.springframework.data.rest.core.config.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(org.springframework.data.rest.core.mapping.RepositoryResourceMappings resourceMappings, org.springframework.data.rest.core.config.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, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration) RepositoryRestMvcConfiguration.jsonSchemaConverter(PersistentEntities persistentEntities, Associations associationLinks, RepositoryInvokerFactory repositoryInvokerFactory, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration) Turns a domain class into aJsonSchema.protected LinkCollectorRepositoryRestMvcConfiguration.linkCollector(PersistentEntities persistentEntities, org.springframework.data.rest.core.support.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, org.springframework.data.rest.core.support.SelfLinkProvider linkProvider, org.springframework.data.rest.core.projection.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, org.springframework.data.rest.core.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 newJacksonMappingAwareSortTranslatorfor the givenObjectMapper,Repositories,DomainClassResolverandPersistentEntities.PersistentEntityJackson2Module(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.PersistentEntityToJsonSchemaConverter(PersistentEntities entities, Associations associations, MessageResolver resolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.data.rest.core.config.RepositoryRestConfiguration configuration, PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory customizerFactory) Creates a newPersistentEntityToJsonSchemaConverterfor the givenPersistentEntitiesandResourceMappings.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, org.springframework.data.rest.core.support.SelfLinkProvider linkProvider, Associations associationLinks) Creates a newDefaultLinkCollectorfor the givenPersistentEntities,SelfLinkProviderandAssociations.