Package-level declarations
Types
Link copied to clipboard
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
fun OctaviusClient.registerAnnotatedTypes(packages: List<String>, classLoader: ClassLoader? = null): ScanReport
Finds the annotated classes in packages and registers each with this client.