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 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, org.springframework.hateoas.server.EntityLinks entityLinks, org.springframework.hateoas.mediatype.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 LinkCollectorRepositoryRestMvcConfiguration.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 newJacksonMappingAwareSortTranslatorfor the givenObjectMapper,Repositories,DomainClassResolverandPersistentEntities.PersistentEntityJackson2Module(Associations associations, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, org.springframework.hateoas.server.mvc.RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJackson2Moduleusing the givenResourceMappings,Repositories,RepositoryRestConfiguration,UriToEntityConverterandSelfLinkProvider.PersistentEntityToJsonSchemaConverter(PersistentEntities entities, Associations associations, org.springframework.hateoas.mediatype.MessageResolver resolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, 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, SelfLinkProvider linkProvider, Associations associationLinks) Creates a newDefaultLinkCollectorfor the givenPersistentEntities,SelfLinkProviderandAssociations.