Uses of Class
org.springframework.boot.test.util.TestPropertyValues.Pair
Packages that use TestPropertyValues.Pair
-
Uses of TestPropertyValues.Pair in org.springframework.boot.test.util
Methods in org.springframework.boot.test.util that return TestPropertyValues.PairModifier and TypeMethodDescriptionstatic @Nullable TestPropertyValues.PairTestPropertyValues.Pair.fromMapEntry(@Nullable Map.Entry<String, String> entry) Factory method to create aTestPropertyValues.Pairfrom aMap.Entry.static @Nullable TestPropertyValues.PairFactory method to create aTestPropertyValues.Pairfrom a name and value.static @Nullable TestPropertyValues.PairMethod parameters in org.springframework.boot.test.util with type arguments of type TestPropertyValues.PairModifier and TypeMethodDescriptionTestPropertyValues.and(@Nullable Stream<T> stream, Function<T, @Nullable TestPropertyValues.Pair> mapper) Return a newTestPropertyValuesinstance with additional entries.static <T> TestPropertyValuesTestPropertyValues.of(@Nullable Stream<T> stream, Function<T, @Nullable TestPropertyValues.Pair> mapper) Return a newTestPropertyValueswith the underlying map populated with the given stream.