ReflectionsEndpointLoader

class ReflectionsEndpointLoader(builder: ConfigurationBuilder.() -> Unit = {}) : IEndpointLoader

Endpoint loader based off the Reflections library to load without any dependency injection.

Constructors

Link copied to clipboard
constructor(packageName: String)
constructor(builder: ConfigurationBuilder.() -> Unit = {})

Functions

Link copied to clipboard
open override fun load(): List<AbstractEndpoint>