ServiceDebugInfo

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

Constructors

Link copied to clipboard
fun 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