Class RestDiffResource

  • All Implemented Interfaces:
    org.projectnessie.api.v1.DiffApi, org.projectnessie.api.v1.http.HttpDiffApi

    @RequestScoped
    @RequestScoped
    public class RestDiffResource
    extends java.lang.Object
    implements org.projectnessie.api.v1.http.HttpDiffApi
    REST endpoint for the diff-API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.model.DiffResponse getDiff​(org.projectnessie.api.v1.params.DiffParams params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestDiffResource

        public RestDiffResource()
      • RestDiffResource

        @Inject
        @Inject
        public RestDiffResource​(org.projectnessie.services.spi.DiffService diffService)
    • Method Detail

      • getDiff

        public org.projectnessie.model.DiffResponse getDiff​(org.projectnessie.api.v1.params.DiffParams params)
                                                     throws org.projectnessie.error.NessieNotFoundException
        Specified by:
        getDiff in interface org.projectnessie.api.v1.DiffApi
        Specified by:
        getDiff in interface org.projectnessie.api.v1.http.HttpDiffApi
        Throws:
        org.projectnessie.error.NessieNotFoundException