Class SilencerEnabledProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = SilencerEnabledProp.Key) 
    public class SilencerEnabledProp
    
                        

    toggling the Silencer feature, wings-enabled-79.properties

    Since:

    2021-02-13

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isAutoconf() Whether to automatically configure `wings-conf` and `wings-i18n`
      boolean isVerbose() Whether to display the conditional information of wings
      boolean isScanner() Whether to Automatically scan component from `**/spring/bean/**/*.
      boolean isAuditProp() Whether to audit the file and cascading relationship of properties key/value
      boolean isMuteConsole() Whether to automatically switch the console log level when a log file is available
      boolean isTweakClock() Whether to tweak the clock in global or thread
      boolean isTweakLogback() Whether to tweak log level of logback in global or thread
      boolean isTweakStack() Whether to tweak the CodeException stack in global or thread
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setAutoconf(boolean autoconf) Whether to automatically configure `wings-conf` and `wings-i18n`
      void setVerbose(boolean verbose) Whether to display the conditional information of wings
      void setScanner(boolean scanner) Whether to Automatically scan component from `**/spring/bean/**/*.
      void setAuditProp(boolean auditProp) Whether to audit the file and cascading relationship of properties key/value
      void setMuteConsole(boolean muteConsole) Whether to automatically switch the console log level when a log file is available
      void setTweakClock(boolean tweakClock) Whether to tweak the clock in global or thread
      void setTweakLogback(boolean tweakLogback) Whether to tweak log level of logback in global or thread
      void setTweakStack(boolean tweakStack) Whether to tweak the CodeException stack in global or thread
      • Methods inherited from class java.lang.Object

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

      • SilencerEnabledProp

        SilencerEnabledProp()
    • Method Detail

      • isAutoconf

         boolean isAutoconf()

        Whether to automatically configure `wings-conf` and `wings-i18n`

      • isVerbose

         boolean isVerbose()

        Whether to display the conditional information of wings

      • isScanner

         boolean isScanner()

        Whether to Automatically scan component from `**/spring/bean/**/*.class` on ApplicationPreparedEvent before `@AutoConfiguration

      • isAuditProp

         boolean isAuditProp()

        Whether to audit the file and cascading relationship of properties key/value

      • isMuteConsole

         boolean isMuteConsole()

        Whether to automatically switch the console log level when a log file is available

      • isTweakClock

         boolean isTweakClock()

        Whether to tweak the clock in global or thread

      • isTweakLogback

         boolean isTweakLogback()

        Whether to tweak log level of logback in global or thread

      • isTweakStack

         boolean isTweakStack()

        Whether to tweak the CodeException stack in global or thread

      • setAutoconf

         void setAutoconf(boolean autoconf)

        Whether to automatically configure `wings-conf` and `wings-i18n`

      • setVerbose

         void setVerbose(boolean verbose)

        Whether to display the conditional information of wings

      • setScanner

         void setScanner(boolean scanner)

        Whether to Automatically scan component from `**/spring/bean/**/*.class` on ApplicationPreparedEvent before `@AutoConfiguration

      • setAuditProp

         void setAuditProp(boolean auditProp)

        Whether to audit the file and cascading relationship of properties key/value

      • setMuteConsole

         void setMuteConsole(boolean muteConsole)

        Whether to automatically switch the console log level when a log file is available

      • setTweakClock

         void setTweakClock(boolean tweakClock)

        Whether to tweak the clock in global or thread

      • setTweakLogback

         void setTweakLogback(boolean tweakLogback)

        Whether to tweak log level of logback in global or thread

      • setTweakStack

         void setTweakStack(boolean tweakStack)

        Whether to tweak the CodeException stack in global or thread