-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.DefaultGenerator,icu.windea.breezeframework.core.component.TypedComponent
public class DefaultGenerator.DefaultCollectionGenerator extends AbstractDefaultGenerator<Collection<?>>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<Collection<?>>targetTypepublic final static DefaultGenerator.DefaultCollectionGeneratorINSTANCE
-
Method Summary
Modifier and Type Method Description Collection<?>generate()生成默认值。 Class<Collection<?>>getTargetType()目标类型。 -
-
Method Detail
-
generate
Collection<?> generate()
生成默认值。
-
getTargetType
Class<Collection<?>> getTargetType()
目标类型。
-
-
-
-