Interface Projector
- All Superinterfaces:
ExcerptProjector
- All Known Implementing Classes:
PersistentEntityProjector
Interface for a component being able to create projections for objects.
- Author:
- Oliver Gierke
-
Method Summary
Methods inherited from interface org.springframework.data.rest.webmvc.support.ExcerptProjector
hasExcerptProjection, projectExcerpt
-
Method Details
-
project
Returns the projection object for the given source. This may result in the same object being returned or a completely different acting as projection for the source.- Parameters:
source
- must not be null.- Returns:
-