Class SpringBootPropertySource
java.lang.Object
org.springframework.boot.logging.log4j2.SpringBootPropertySource
- All Implemented Interfaces:
PropertySource
Spring Boot
PropertySource that disables Log4j2's shutdown hook.- Since:
- 2.5.2
- Author:
- Andy Wilkinson
-
Nested Class Summary
Nested classes/interfaces inherited from interface PropertySource
PropertySource.Comparator, PropertySource.Util -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperty(String key) voidforEach(BiConsumer<String, String> action) getNormalForm(Iterable<? extends CharSequence> tokens) intgetProperty(String key)
-
Constructor Details
-
SpringBootPropertySource
public SpringBootPropertySource()
-
-
Method Details
-
forEach
- Specified by:
forEachin interfacePropertySource
-
getNormalForm
- Specified by:
getNormalFormin interfacePropertySource
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePropertySource
-
getProperty
- Specified by:
getPropertyin interfacePropertySource
-
containsProperty
- Specified by:
containsPropertyin interfacePropertySource
-
getPropertyNames
- Specified by:
getPropertyNamesin interfacePropertySource
-