Uses of Class
org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module.LookupObjectSerializer
Packages that use PersistentEntityJackson2Module.LookupObjectSerializer
-
Uses of PersistentEntityJackson2Module.LookupObjectSerializer in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type PersistentEntityJackson2Module.LookupObjectSerializerModifierConstructorDescriptionPersistentEntityJackson2Module(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.