Uses of Class
org.springframework.data.rest.webmvc.EmbeddedResourcesAssembler
Packages that use EmbeddedResourcesAssembler
-
Uses of EmbeddedResourcesAssembler in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type EmbeddedResourcesAssemblerModifierConstructorDescriptionPersistentEntityJackson2Module(Associations associations, org.springframework.data.mapping.context.PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, org.springframework.data.repository.support.RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, org.springframework.hateoas.server.mvc.RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJackson2Moduleusing the givenResourceMappings,Repositories,RepositoryRestConfiguration,UriToEntityConverterandSelfLinkProvider.