パッケージ org.springframework.boot

クラス DefaultPropertiesPropertySource


public class DefaultPropertiesPropertySource extends MapPropertySource
デフォルトのプロパティを含む MapPropertySource は、SpringApplication に直接貢献しました。慣例により、DefaultPropertiesPropertySource は常に Environment の最後のプロパティソースです。
導入:
2.4.0
作成者:
Phillip Webb
  • フィールドの詳細

  • コンストラクターの詳細

    • DefaultPropertiesPropertySource

      public DefaultPropertiesPropertySource(MapSE<StringSE,ObjectSE> source)
      指定された Map ソースを使用して新しい DefaultPropertiesPropertySource を作成します。
      パラメーター:
      source - ソースマップ
  • メソッドの詳細