类 TypeScriptSourceManager
java.lang.Object
org.babyfish.jimmer.client.source.SourceManager
org.babyfish.jimmer.client.generator.ts.TypeScriptSourceManager
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidprotected SourcecreateDynamicTypeSource(ObjectType objectType) protected SourcecreateEmbeddableTypeSource(ObjectType objectType) protected SourcecreateEnumTypeSource(EnumType enumType) protected SourcecreateFetchedTypeSource(ObjectType objectType) protected SourcecreateOperationSource(Operation operation) protected SourcecreateServiceSource(Service service) protected SourcecreateStaticTypeSource(ObjectType objectType) 从类继承的方法 org.babyfish.jimmer.client.source.SourceManager
createRootSource, createServiceImplSource, dirs, getContext, getRootSource, getRootSources, getSource, getSource, getSource
-
字段详细资料
-
ENUM_DIR
- 另请参阅:
-
-
构造器详细资料
-
TypeScriptSourceManager
-
-
方法详细资料
-
createServiceSource
- 指定者:
createServiceSource在类中SourceManager
-
createOperationSource
- 指定者:
createOperationSource在类中SourceManager
-
createStaticTypeSource
- 指定者:
createStaticTypeSource在类中SourceManager
-
createFetchedTypeSource
- 指定者:
createFetchedTypeSource在类中SourceManager
-
createDynamicTypeSource
- 指定者:
createDynamicTypeSource在类中SourceManager
-
createEmbeddableTypeSource
- 指定者:
createEmbeddableTypeSource在类中SourceManager
-
createEnumTypeSource
- 指定者:
createEnumTypeSource在类中SourceManager
-
createAdditionalSources
public void createAdditionalSources()- 覆盖:
createAdditionalSources在类中SourceManager
-