Package-level declarations

Types

Link copied to clipboard
data class RegisteredType(val kClass: KClass<*>, val name: String)

A class the scan registered, and the name it was registered under.

Link copied to clipboard
data class ScanReport(val enums: List<RegisteredType>, val composites: List<RegisteredType>, val dynamicTypes: List<RegisteredType>, val unresolved: List<RegisteredType> = emptyList())

What a scan found and registered.

Functions

Link copied to clipboard

Finds the annotated classes in packages and registers each with this client.