Class RetrofitConfigurationProperties


  • @ConfigurationProperties("retrofit")
    public class RetrofitConfigurationProperties
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      retrofit.RestAdapter.LogLevel getLogLevel()  
      void setLogLevel​(retrofit.RestAdapter.LogLevel logLevel)  
      • Methods inherited from class java.lang.Object

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

      • RetrofitConfigurationProperties

        public RetrofitConfigurationProperties()
    • Method Detail

      • getLogLevel

        public retrofit.RestAdapter.LogLevel getLogLevel()
      • setLogLevel

        public void setLogLevel​(retrofit.RestAdapter.LogLevel logLevel)