Class EntityProjectionIntrospector

java.lang.Object
org.springframework.data.projection.EntityProjectionIntrospector

public class EntityProjectionIntrospector extends Object
This class is introspects the returned type in the context of a domain type for all reachable properties (w/o cycles) to determine which property paths are subject to projection.
Since:
2.7
Author:
Gerrit Meier, Mark Paluch, Christoph Strobl, Oliver Drotbohm