Uses of Class
org.springframework.data.rest.webmvc.json.PersistentEntityJacksonModule.LookupObjectSerializer
Packages that use PersistentEntityJacksonModule.LookupObjectSerializer
-
Uses of PersistentEntityJacksonModule.LookupObjectSerializer in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type PersistentEntityJacksonModule.LookupObjectSerializerModifierConstructorDescriptionPersistentEntityJacksonModule(Associations associations, PersistentEntities entities, org.springframework.data.rest.core.UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJacksonModule.LookupObjectSerializer lookupObjectSerializer, RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJacksonModuleusing the givenAssociations,PersistentEntities,UriToEntityConverter,LinkCollector,RepositoryInvokerFactory,PersistentEntityJacksonModule.LookupObjectSerializer,RepresentationModelProcessorInvokerandEmbeddedResourcesAssembler.