Class RestV2ConfigResource

  • All Implemented Interfaces:
    org.projectnessie.api.v2.ConfigApi, org.projectnessie.api.v2.http.HttpConfigApi

    @RequestScoped
    @RequestScoped
    public class RestV2ConfigResource
    extends java.lang.Object
    implements org.projectnessie.api.v2.http.HttpConfigApi
    REST endpoint to retrieve server settings.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.model.NessieConfiguration getConfig()  
      • Methods inherited from class java.lang.Object

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

      • RestV2ConfigResource

        public RestV2ConfigResource()
      • RestV2ConfigResource

        @Inject
        @Inject
        public RestV2ConfigResource​(org.projectnessie.services.config.ServerConfig config)
    • Method Detail

      • getConfig

        public org.projectnessie.model.NessieConfiguration getConfig()
        Specified by:
        getConfig in interface org.projectnessie.api.v2.ConfigApi
        Specified by:
        getConfig in interface org.projectnessie.api.v2.http.HttpConfigApi