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.Pair
TestPropertyValues.Pair.fromMapEntry
(@Nullable Map.Entry<String, String> entry) Factory method to create aTestPropertyValues.Pair
from aMap.Entry
.static @Nullable TestPropertyValues.Pair
Factory method to create aTestPropertyValues.Pair
from a name and value.static @Nullable TestPropertyValues.Pair
Method 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 newTestPropertyValues
instance with additional entries.static <T> TestPropertyValues
TestPropertyValues.of
(@Nullable Stream<T> stream, Function<T, @Nullable TestPropertyValues.Pair> mapper) Return a newTestPropertyValues
with the underlying map populated with the given stream.