container Data
fun ClassInspector.containerData(className: ClassName, parentClassName: ClassName?): ContainerData
Content copied to clipboard
Creates a new ContainerData instance for a given className.
Parameters
className
the ClassName of the target class to to read from.
parentClassName
the parent ClassName name if className is nested, inner, or is a companion object.