Package org.dspace.app.rest.projection


package org.dspace.app.rest.projection
  • Class
    Description
    Abstract base class for projections.
    A projection that combines the behavior of multiple projections.
    The default projection.
    Projection that allows a given set of rels to be embedded.
    Catch-all projection that allows embedding of all subresources.
    A pluggable, uniquely-named Component that 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.
    This Projection will allow us to specify how many levels deep we're going to embed resources onto the requested HalResource.