-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.RandomGenerator,icu.windea.breezeframework.core.component.TypedComponent
public class RandomGenerator.RandomUuidGenerator extends AbstractRandomGenerator<UUID>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<UUID>targetTypepublic final static RandomGenerator.RandomUuidGeneratorINSTANCE
-
Method Summary
Modifier and Type Method Description UUIDgenerate()生成随机值。 Class<UUID>getTargetType()目标类型。 -
-
Method Detail
-
getTargetType
Class<UUID> getTargetType()
目标类型。
-
-
-
-