Class OverwritePropertySourcePostProcessor

java.lang.Object
org.frankframework.lifecycle.CustomPropertySourcePostProcessor
org.frankframework.configuration.OverwritePropertySourcePostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class OverwritePropertySourcePostProcessor extends CustomPropertySourcePostProcessor
Overwrite a property available to the Ibis configuration and the Spring configuration. When the property isn't present it will be added.
Author:
Jaco de Groot
  • Constructor Details

    • OverwritePropertySourcePostProcessor

      public OverwritePropertySourcePostProcessor()
  • Method Details