Class PersistentEntityProjector

java.lang.Object
org.springframework.data.rest.webmvc.support.DefaultExcerptProjector
org.springframework.data.rest.webmvc.support.PersistentEntityProjector
All Implemented Interfaces:
ExcerptProjector, Projector

public class PersistentEntityProjector extends DefaultExcerptProjector implements Projector
Projector looking up a projection by name for the given source type.
Author:
Oliver Gierke