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