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(org.springframework.data.rest.core.mapping.RepositoryResourceMappings resourceMappings) -
Uses of ExcerptProjector in org.springframework.data.rest.webmvc.support
Subinterfaces of ExcerptProjector in org.springframework.data.rest.webmvc.supportModifier and TypeInterfaceDescriptioninterfaceInterface for a component being able to create projections for objects.Classes in org.springframework.data.rest.webmvc.support that implement ExcerptProjectorModifier and TypeClassDescriptionclassDefaultedPageableimplementation ofExcerptProjectorthat uses the givenProjectionFactoryand considers the givenResourceMappings.classProjectorlooking up a projection by name for the given source type.