Uses of Interface
org.springframework.data.rest.webmvc.support.Projector
Packages that use Projector
Package
Description
-
Uses of Projector in org.springframework.data.rest.webmvc
Constructors in org.springframework.data.rest.webmvc with parameters of type ProjectorModifierConstructorDescriptionPersistentEntityResourceAssembler
(PersistentEntities entities, Projector projector, Associations associations, SelfLinkProvider linkProvider) Creates a newPersistentEntityResourceAssembler
for the givenPersistentEntities
,Projector
,Associations
andSelfLinkProvider
. -
Uses of Projector in org.springframework.data.rest.webmvc.support
Classes in org.springframework.data.rest.webmvc.support that implement ProjectorModifier and TypeClassDescriptionclass
Projector
looking up a projection by name for the given source type.