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:
  • Method Details

    • initializeResources

      void initializeResources(Set<String> defaultPropertiesResources)
      Initialize "defaultProperties" resources
      Parameters:
      defaultPropertiesResources - "defaultProperties" Resource path
    • postProcess

      default void postProcess(Map<String,Object> defaultProperties)
      Post handle (Properties) "defaultProperties", after initializeResources(Set)
      Parameters:
      defaultProperties - "defaultProperties"
    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Returns:
      Ordered.LOWEST_PRECEDENCE as default