ktor-routing
0.6-beta
jvm
core
org.
noelware.
ktor
real
IP
org.
noelware.
ktor.
annotations
Experimental
Api
org.
noelware.
ktor.
endpoints
Abstract
Endpoint
Delete
Get
Head
Http
Patch
Post
Put
Web
Socket
org.
noelware.
ktor.
loader
IEndpoint
Loader
List
Based
Loader
org.
noelware.
ktor.
plugin
Noel
Ktor
Routing
Companion
Configuration
loader-koin
org.
noelware.
ktor.
loader.
koin
Koin
Endpoint
Loader
loader-reflection
org.
noelware.
ktor.
loader.
reflections
Reflections
Endpoint
Loader
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
>