Uses of Interface
org.springframework.data.rest.core.projection.ProjectionDefinitions
Packages that use ProjectionDefinitions
Package
Description
-
Uses of ProjectionDefinitions in org.springframework.data.rest.core.config
Classes in org.springframework.data.rest.core.config that implement ProjectionDefinitionsModifier and TypeClassDescriptionclass
Wrapper class to register projection definitions for later lookup by name and source type. -
Uses of ProjectionDefinitions in org.springframework.data.rest.webmvc.config
Constructors in org.springframework.data.rest.webmvc.config with parameters of type ProjectionDefinitionsModifierConstructorDescriptionPersistentEntityResourceAssemblerArgumentResolver
(PersistentEntities entities, SelfLinkProvider linkProvider, ProjectionDefinitions projectionDefinitions, ProjectionFactory projectionFactory, Associations associations) -
Uses of ProjectionDefinitions in org.springframework.data.rest.webmvc.support
Constructors in org.springframework.data.rest.webmvc.support with parameters of type ProjectionDefinitionsModifierConstructorDescriptionPersistentEntityProjector
(ProjectionDefinitions projectionDefinitions, ProjectionFactory factory, String projection, ResourceMappings mappings) Creates a newPersistentEntityProjector
using the givenProjectionDefinitions
,ProjectionFactory
and projection name.