Class SettingsResourceImpl

  • All Implemented Interfaces:
    de.aservo.confapi.commons.rest.api.SettingsResource

    @Path("settings")
    @Component
    public class SettingsResourceImpl
    extends de.aservo.confapi.commons.rest.AbstractSettingsResourceImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      SettingsResourceImpl​(de.aservo.confapi.commons.service.api.SettingsService settingsService)  
    • Method Summary

      • Methods inherited from class de.aservo.confapi.commons.rest.AbstractSettingsResourceImpl

        getSettings, setSettings
      • Methods inherited from class java.lang.Object

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

      • SettingsResourceImpl

        @Inject
        public SettingsResourceImpl​(de.aservo.confapi.commons.service.api.SettingsService settingsService)