Uses of Interface
w.util.random.RandomStringGeneratorBuilder
Packages that use RandomStringGeneratorBuilder
-
Uses of RandomStringGeneratorBuilder in w.util.random
Methods in w.util.random that return RandomStringGeneratorBuilderModifier and TypeMethodDescription@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.addDictionary(@NotNull String dictionary) @NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.addLetters()@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.addLowerLetters()@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.addNumbers()@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.addUpperLetters()static @NotNull RandomStringGeneratorBuilderRandomStringGenerator.builder()static @NotNull RandomStringGeneratorBuilderSimpleRandomStringGenerator.builder()@NotNull RandomStringGeneratorBuilderУстановить рандом, по умолчанию используетсяRandomизRandomUtils.getRandom().@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.randomFactory(@NotNull Supplier<@NotNull Random> randomFactory) Установить рандом, по умолчанию используетсяRandomизRandomUtils.getRandom().@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.randomSecure()УстановитьRandomUtils.getSecureRandom()как рандом, по умолчанию используетсяRandomизRandomUtils.getRandom().@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.randomThreadLocal()УстановитьThreadLocalRandomкак рандом, по умолчанию используетсяRandomизRandomUtils.getRandom().@NotNull RandomStringGeneratorBuilderRandomStringGeneratorBuilder.setDictionary(@NotNull String dictionary)