Class MySettingsProvider

java.lang.Object
samplest.settings.MySettingsProvider
All Implemented Interfaces:
com.google.common.base.Supplier<restx.common.RestxConfig>, Supplier<restx.common.RestxConfig>, ConfigSupplier

public class MySettingsProvider extends Object implements ConfigSupplier
  • Constructor Details

    • MySettingsProvider

      public MySettingsProvider()
  • Method Details

    • get

      public restx.common.RestxConfig get()
      Specified by:
      get in interface com.google.common.base.Supplier<restx.common.RestxConfig>
      Specified by:
      get in interface Supplier<restx.common.RestxConfig>