Class EntityProjection.PropertyProjection<M,D>

java.lang.Object
org.springframework.data.projection.EntityProjection<M,D>
org.springframework.data.projection.EntityProjection.PropertyProjection<M,D>
Type Parameters:
M - the mapped type acting as view onto the domain type.
D - the domain type.
All Implemented Interfaces:
Iterable<EntityProjection.PropertyProjection<?,?>>, Supplier<Stream<EntityProjection.PropertyProjection<?,?>>>, Streamable<EntityProjection.PropertyProjection<?,?>>
Direct Known Subclasses:
EntityProjection.ContainerPropertyProjection
Enclosing class:
EntityProjection<M,D>

public static class EntityProjection.PropertyProjection<M,D> extends EntityProjection<M,D>
Descriptor for a property-level type along its potential projection.