Class TypeFacts
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.jigfactory.TypeFacts
-
public class TypeFacts extends java.lang.Object型の実装から読み取れること一覧
-
-
Constructor Summary
Constructors Constructor Description TypeFacts(java.util.List<JigTypeBuilder> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTextSource(TextSourceModel textSourceModel)JigTypesjigTypes()AliasRegisterResultregisterMethodAlias(MethodComment methodComment)voidregisterPackageAlias(PackageComment packageComment)AliasRegisterResultregisterTypeAlias(ClassComment classComment)ClassRelationstoClassRelations()MethodRelationstoMethodRelations()
-
-
-
Constructor Detail
-
TypeFacts
public TypeFacts(java.util.List<JigTypeBuilder> list)
-
-
Method Detail
-
jigTypes
public JigTypes jigTypes()
-
toMethodRelations
public MethodRelations toMethodRelations()
-
toClassRelations
public ClassRelations toClassRelations()
-
registerPackageAlias
public void registerPackageAlias(PackageComment packageComment)
-
registerTypeAlias
public AliasRegisterResult registerTypeAlias(ClassComment classComment)
-
registerMethodAlias
public AliasRegisterResult registerMethodAlias(MethodComment methodComment)
-
applyTextSource
public void applyTextSource(TextSourceModel textSourceModel)
-
-