-
- All Implemented Interfaces:
public final class RandomGeneratorExtensions
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> TrandomValue(Map<String, Object> componentParams)根据可选的配置参数,生成指定类型的随机值。 final static <T extends Any> TrandomValue(Class<T> targetType, Map<String, Object> componentParams)根据可选的配置参数,生成指定类型的随机值。 final static <T extends Any> TrandomValue(Type targetType, Map<String, Object> componentParams)根据可选的配置参数,生成指定类型的随机值。
-