クラス UserConfigurations

java.lang.ObjectSE
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.context.annotation.UserConfigurations
実装されたすべてのインターフェース:
OrderedPriorityOrdered

public class UserConfigurations extends Configurations implements PriorityOrdered
ユーザー定義の @Configuration クラス(つまり、通常ユーザーが作成したクラスで定義されたクラス)を表す Configurations
導入:
2.0.0
作成者:
Phillip Webb
  • コンストラクターの詳細

  • メソッドの詳細

    • getOrder

      public int getOrder()
      次で指定:
      インターフェース OrderedgetOrder 
    • merge

      protected UserConfigurations merge(SetSE<ClassSE<?>> mergedClasses)
      クラスからコピーされた説明: Configurations
      構成をマージします。
      次で指定:
      クラス Configurationsmerge 
      パラメーター:
      mergedClasses - マージされたクラス
      戻り値:
      新しい構成インスタンス (このインスタンスと同じ型である必要があります)
    • of

      public static UserConfigurations of(ClassSE<?>... classes)