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