-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.TypedComponent
public interface DefaultGenerator<T extends Object> implements TypedComponent
默认值生成器。
默认值生成器用于生成默认值。
-
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description abstract Tgenerate()生成默认值。 abstract Class<T>getTargetType()目标类型。 -
-
Method Detail
-
getTargetType
abstract Class<T> getTargetType()
目标类型。
-
-
-
-