Interface RestReadView<R extends RestResource>

  • Type Parameters:
    R - type of resource the view reads.
    All Superinterfaces:
    RestView<R>
    All Known Subinterfaces:
    ETagView<R>

    public interface RestReadView<R extends RestResource>
    extends RestView<R>
    RestView to read a resource without modification.