Document uuid support in RandomValuePropertySource

See gh-26975
This commit is contained in:
Sviatoslav Hryb
2021-06-18 20:03:29 +03:00
committed by Stephane Nicoll
parent 333c7a7cd8
commit 2252deb69b

View File

@@ -44,6 +44,7 @@ import org.springframework.util.StringUtils;
* specified range.</li>
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
* specified range.</li>
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
* <li>Otherwise, a {@code byte[]}.</li>
* </ul>
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range