类 TestPropertyValues.Pair
java.lang.Object
org.springframework.boot.test.util.TestPropertyValues.Pair
- 封闭类:
TestPropertyValues
A single name value pair.
-
方法概要
修饰符和类型方法说明voidstatic TestPropertyValues.PairfromMapEntry(Map.Entry<String, String> entry) Factory method to create aTestPropertyValues.Pairfrom aMap.Entry.static TestPropertyValues.PairFactory method to create aTestPropertyValues.Pairfrom a name and value.static TestPropertyValues.Pair
-
方法详细资料
-
addTo
-
parse
-
fromMapEntry
Factory method to create aTestPropertyValues.Pairfrom aMap.Entry.- 参数:
entry- the map entry- 返回:
- the
TestPropertyValues.Pairinstance ornull - 从以下版本开始:
- 2.4.0
-
of
Factory method to create aTestPropertyValues.Pairfrom a name and value.- 参数:
name- the namevalue- the value- 返回:
- the
TestPropertyValues.Pairinstance ornull - 从以下版本开始:
- 2.4.0
-