ServiceDebugInfo

data class ServiceDebugInfo(cls: DebugInfo.ClassInfo, type: ServiceProvider.Type, definition: DebugInfo.ServiceDefinitionInfo, instances: List<DebugInfo.InstanceDebugInfo>)

Properties

Link copied to clipboard
val cls: DebugInfo.ClassInfo
Link copied to clipboard
val definition: DebugInfo.ServiceDefinitionInfo
Link copied to clipboard
val instances: List<DebugInfo.InstanceDebugInfo>
Link copied to clipboard
val type: ServiceProvider.Type