Package io.microsphere.spring.boot.env
Interface DefaultPropertiesPostProcessor
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
SpringApplicationDefaultPropertiesPostProcessor
public interface DefaultPropertiesPostProcessor
extends org.springframework.core.Ordered
"defaultProperties"
Post Processor- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
getOrder()
Get the order ofDefaultPropertiesPostProcessor
void
initializeResources
(Set<String> defaultPropertiesResources) Initialize"defaultProperties
" resourcesdefault void
postProcess
(Map<String, Object> defaultProperties) Post handle(Properties) "defaultProperties"
, afterinitializeResources(Set)
-
Method Details
-
initializeResources
Initialize"defaultProperties
" resources- Parameters:
defaultPropertiesResources
-"defaultProperties"
Resource path
-
postProcess
Post handle(Properties) "defaultProperties"
, afterinitializeResources(Set)
- Parameters:
defaultProperties
-"defaultProperties"
-
getOrder
default int getOrder()Get the order ofDefaultPropertiesPostProcessor
- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
- Returns:
Ordered.LOWEST_PRECEDENCE
as default
-