Package org.dspace.app.rest.projection
-
Interface Summary Interface Description Projection A pluggable, uniquely-namedComponentthat provides a way to change how a domain object is represented, at one or more points in its lifecycle on the way to its being exposed via the REST API. -
Class Summary Class Description AbstractProjection Abstract base class for projections.DefaultProjection The default projection.FullProjection Catch-all projection that allows embedding of all subresources.