Package com.atlan.generators
Class ModelCache
java.lang.Object
com.atlan.generators.ModelCache
-
Method Summary
Modifier and TypeMethodDescriptionaddAssetGenerator
(String name, AssetGenerator generator) addEnumGenerator
(String name, EnumGenerator generator) addRelationshipGenerator
(String name, RelationshipGenerator generator) addStructGenerator
(String name, StructGenerator generator) getAllNonAssetAttributesForType
(String originalName) getAllNonAssetRelationshipsForType
(String originalName) getAllSuperTypesForType
(String typeName) getAssetGenerator
(String entityDefName) getAttributeDescription
(String objectName, String attrName) getCachedAssetType
(String typeName) getCachedType
(String typeName) static ModelCache
getTypeDescription
(String originalName) getUniqueAttributesForType
(String originalName) getUniqueRelationshipsForType
(String originalName)
-
Method Details
-
getInstance
-
addEnumGenerator
-
addStructGenerator
-
addAssetGenerator
-
addRelationshipGenerator
-
getStructNames
-
getAssetGenerators
-
getAssetGenerator
-
getCachedType
-
getCachedAssetType
-
getUniqueAttributesForType
-
getUniqueRelationshipsForType
-
getTypeDescription
-
getAttributeDescription
-
getAllSuperTypesForType
-
getAllNonAssetAttributesForType
-
getAllNonAssetRelationshipsForType
-
getEnumDefCache
-
getStructDefCache
-
getEntityDefCache
-
getRelationshipDefCache
-