Chain Factory
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
Link copied to clipboard
abstract fun createFor(graph: HeapGraph): List<ChainingInstanceReferenceReader.VirtualInstanceReferenceReader>