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, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, org.springframework.hateoas.server.mvc.RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJackson2Moduleusing the givenAssociations,PersistentEntities,UriToEntityConverter,LinkCollector,RepositoryInvokerFactory,PersistentEntityJackson2Module.LookupObjectSerializer,RepresentationModelProcessorInvokerandEmbeddedResourcesAssembler.