Class ProvapiApplication

java.lang.Object
jakarta.ws.rs.core.Application
org.openprovenance.prov.service.ProvapiApplication
All Implemented Interfaces:
org.openprovenance.prov.model.interop.ApiUriFragments

@ApplicationPath("/provapi") public class ProvapiApplication extends jakarta.ws.rs.core.Application implements org.openprovenance.prov.model.interop.ApiUriFragments
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from interface org.openprovenance.prov.model.interop.ApiUriFragments

    FRAGMENT_CONFIGURATION, FRAGMENT_DOCUMENTS, FRAGMENT_DOCUMENTS_FORM, FRAGMENT_METRICS, FRAGMENT_PROVAPI, FRAGMENT_RESOURCES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jakarta.ws.rs.core.Application

    getClasses, getProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ProvapiApplication

      public ProvapiApplication()
  • Method Details

    • getSingletons

      public Set<Object> getSingletons()
      Overrides:
      getSingletons in class jakarta.ws.rs.core.Application