クラス SpringBootPropertySource

java.lang.ObjectSE
org.springframework.boot.logging.log4j2.SpringBootPropertySource
実装されたすべてのインターフェース:
org.apache.logging.log4j.util.PropertySource

public class SpringBootPropertySource extends ObjectSE implements org.apache.logging.log4j.util.PropertySource
Log4j2 のシャットダウンフックを無効にする Spring Boot PropertySource
導入:
2.5.2
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • SpringBootPropertySource

      public SpringBootPropertySource()
  • メソッドの詳細

    • forEach

      public void forEach(org.apache.logging.log4j.util.BiConsumer<StringSE,StringSE> action)
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourceforEach 
    • getNormalForm

      public CharSequenceSE getNormalForm(IterableSE<? extends CharSequenceSE> tokens)
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourcegetNormalForm 
    • getPriority

      public int getPriority()
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourcegetPriority 
    • getProperty

      public StringSE getProperty(StringSE key)
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourcegetProperty 
    • containsProperty

      public boolean containsProperty(StringSE key)
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourcecontainsProperty 
    • getPropertyNames

      public CollectionSE<StringSE> getPropertyNames()
      次で指定:
      インターフェース org.apache.logging.log4j.util.PropertySourcegetPropertyNames