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.CompositeProjection A projection that combines the behavior of multiple projections.DefaultProjection The default projection.EmbedRelsProjection Projection that allows a given set of rels to be embedded.FullProjection Catch-all projection that allows embedding of all subresources.SpecificLevelProjection This Projection will allow us to specify how many levels deep we're going to embed resources onto the requested HalResource.