类 SpringBootPropertySource
java.lang.Object
org.springframework.boot.logging.log4j2.SpringBootPropertySource
- 所有已实现的接口:
org.apache.logging.log4j.util.PropertySource
public class SpringBootPropertySource
extends Object
implements org.apache.logging.log4j.util.PropertySource
Spring Boot
PropertySource
that disables Log4j2's shutdown hook.- 从以下版本开始:
- 2.5.2
- 作者:
- Andy Wilkinson
-
嵌套类概要
从接口继承的嵌套类/接口 org.apache.logging.log4j.util.PropertySource
org.apache.logging.log4j.util.PropertySource.Comparator, org.apache.logging.log4j.util.PropertySource.Util
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
containsProperty
(String key) void
getNormalForm
(Iterable<? extends CharSequence> tokens) int
getProperty
(String key)
-
构造器详细资料
-
SpringBootPropertySource
public SpringBootPropertySource()
-
-
方法详细资料
-
forEach
- 指定者:
forEach
在接口中org.apache.logging.log4j.util.PropertySource
-
getNormalForm
- 指定者:
getNormalForm
在接口中org.apache.logging.log4j.util.PropertySource
-
getPriority
public int getPriority()- 指定者:
getPriority
在接口中org.apache.logging.log4j.util.PropertySource
-
getProperty
- 指定者:
getProperty
在接口中org.apache.logging.log4j.util.PropertySource
-
containsProperty
- 指定者:
containsProperty
在接口中org.apache.logging.log4j.util.PropertySource
-
getPropertyNames
- 指定者:
getPropertyNames
在接口中org.apache.logging.log4j.util.PropertySource
-