//leakcanary-repo/shark/ChainingInstanceReferenceReader/VirtualInstanceReferenceReader/ChainFactory
ChainFactory¶
[jvm]\ fun interface ChainFactory
Creates a list of VirtualInstanceReferenceReader where the content of the list depends on the classes in the heap graph and their implementation. This is a chain as VirtualInstanceReferenceReader elements in the list will process references in order in ChainingInstanceReferenceReader.
Functions¶
Name | Summary |
---|---|
createFor | [jvm] abstract fun createFor(graph: HeapGraph): List<ChainingInstanceReferenceReader.VirtualInstanceReferenceReader> |