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