Debug Info
Types
Link copied to clipboard
data class InstanceDebugInfo(createdAt: Instant, cls: DebugInfo.ClassInfo)
Content copied to clipboard
Link copied to clipboard
data class ParamInfo(name: String, provisionType: DebugInfo.ParamInfo.ProvisionType, classes: List<DebugInfo.ClassInfo>)
Content copied to clipboard
Link copied to clipboard
data class ServiceDebugInfo(cls: DebugInfo.ClassInfo, type: ServiceProvider.Type, definition: DebugInfo.ServiceDefinitionInfo, instances: List<DebugInfo.InstanceDebugInfo>)
Content copied to clipboard
Link copied to clipboard
data class ServiceDefinitionInfo(creates: DebugInfo.ClassInfo, injectionType: InjectionType, injects: List<DebugInfo.ParamInfo>, codeLocation: DebugInfo.ServiceDefinitionInfo.CodeLocation, overwrites: DebugInfo.ServiceDefinitionInfo?)
Content copied to clipboard