类 PropertySourceProcessor

java.lang.Object
cn.taketoday.core.io.PropertySourceProcessor

public class PropertySourceProcessor extends Object
Contribute property sources to the Environment.

This class is stateful and merges descriptors with the same name in a single PropertySource rather than creating dedicated ones.

从以下版本开始:
4.0
作者:
Stephane Nicoll, Harry Yang
另请参阅: