类 TestPropertyValues.Pair
java.lang.Object
cn.taketoday.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.private static intgetSeparatorIndex(String pair) static TestPropertyValues.PairFactory method to create aTestPropertyValues.Pairfrom a name and value.static TestPropertyValues.Pair
-
字段详细资料
-
name
-
value
-
-
构造器详细资料
-
Pair
-
-
方法详细资料
-
addTo
-
parse
-
getSeparatorIndex
-
fromMapEntry
@Nullable public static TestPropertyValues.Pair fromMapEntry(@Nullable Map.Entry<String, String> entry) Factory method to create aTestPropertyValues.Pairfrom aMap.Entry.- 参数:
entry- the map entry- 返回:
- the
TestPropertyValues.Pairinstance ornull
-
of
Factory method to create aTestPropertyValues.Pairfrom a name and value.- 参数:
name- the namevalue- the value- 返回:
- the
TestPropertyValues.Pairinstance ornull
-