Container Data
interface ContainerData
Content copied to clipboard
Represents relevant information on a declaration container used for ClassInspector. Can only ever be applied on a Kotlin type (i.e. is annotated with Metadata).
Properties
annotations
Link copied to clipboard
declarationContainer
Link copied to clipboard
the KmDeclarationContainer as parsed from the class's @Metadata annotation.
methods
Link copied to clipboard
the mapping of declarationContainer's methods to parsed MethodData.
properties
Link copied to clipboard
the mapping of declarationContainer's properties to parsed PropertyData.