Uses of Interface
org.springframework.data.rest.webmvc.support.ExcerptProjector
Packages that use ExcerptProjector
Package
Description
-
Uses of ExcerptProjector in org.springframework.data.rest.webmvc
Constructors in org.springframework.data.rest.webmvc with parameters of type ExcerptProjectorModifierConstructorDescriptionEmbeddedResourcesAssembler
(PersistentEntities entities, Associations associations, ExcerptProjector projector) -
Uses of ExcerptProjector in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return ExcerptProjectorModifier and TypeMethodDescriptionRepositoryRestMvcConfiguration.excerptProjector
(RepositoryResourceMappings resourceMappings) -
Uses of ExcerptProjector in org.springframework.data.rest.webmvc.support
Subinterfaces of ExcerptProjector in org.springframework.data.rest.webmvc.supportModifier and TypeInterfaceDescriptioninterface
Interface for a component being able to create projections for objects.Classes in org.springframework.data.rest.webmvc.support that implement ExcerptProjectorModifier and TypeClassDescriptionclass
DefaultedPageable
implementation ofExcerptProjector
that uses the givenProjectionFactory
and considers the givenResourceMappings
.class
Projector
looking up a projection by name for the given source type.