ktor-routing
0.6-beta
jvm
loader-reflection
/
org.noelware.ktor.loader.reflections
/
ReflectionsEndpointLoader
Reflections
Endpoint
Loader
class
ReflectionsEndpointLoader
(
builder
:
ConfigurationBuilder
.
(
)
->
Unit
=
{}
)
:
IEndpointLoader
Endpoint loader
based off the Reflections library to load without any dependency injection.
Members
Constructors
Reflections
Endpoint
Loader
Link copied to clipboard
constructor
(
packageName
:
String
)
constructor
(
builder
:
ConfigurationBuilder
.
(
)
->
Unit
=
{}
)
Functions
load
Link copied to clipboard
open
override
fun
load
(
)
:
List
<
AbstractEndpoint
>