Commit 2252deb6 authored by Sviatoslav Hryb's avatar Sviatoslav Hryb Committed by Stephane Nicoll

Document uuid support in RandomValuePropertySource

See gh-26975
parent 333c7a7c
...@@ -44,6 +44,7 @@ import org.springframework.util.StringUtils; ...@@ -44,6 +44,7 @@ import org.springframework.util.StringUtils;
* specified range.</li> * specified range.</li>
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally * <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
* specified range.</li> * specified range.</li>
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
* <li>Otherwise, a {@code byte[]}.</li> * <li>Otherwise, a {@code byte[]}.</li>
* </ul> * </ul>
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range * The {@literal "random.int"} and {@literal "random.long"} properties supports a range
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment