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