クラスの使用
org.springframework.boot.test.util.TestPropertyValues.Pair
TestPropertyValues.Pair を使用するパッケージ
org.springframework.boot.test.util 内の TestPropertyValues.Pair 使用
修飾子と型メソッド説明static TestPropertyValues.PairTestPropertyValues.Pair.fromMapEntry(Map.EntrySE<StringSE, @Nullable StringSE> entry) Map.EntryからTestPropertyValues.Pairを作成するファクトリメソッド。static TestPropertyValues.Pair名前と値からTestPropertyValues.Pairを作成するファクトリメソッド。static TestPropertyValues.Pair型 TestPropertyValues.Pair の型引数を持つ org.springframework.boot.test.util のメソッドパラメーター修飾子と型メソッド説明TestPropertyValues.and(@Nullable StreamSE<T> stream, FunctionSE<T, @Nullable TestPropertyValues.Pair> mapper) 追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。static <T> TestPropertyValuesTestPropertyValues.of(@Nullable StreamSE<T> stream, FunctionSE<T, @Nullable TestPropertyValues.Pair> mapper) 基になるマップに指定されたストリームが入力された新しいTestPropertyValuesを返します。