class LocationAttributeRouteService : LocationRouteService
Implements LocationRouteService by extracting routing information from a Location annotation. |
|
data class LocationInfo
A location class/object registration info. |
|
abstract class LocationPropertyInfo
Represents a location's property |
|
interface LocationRouteService
Provides services for extracting routing information from a location class. |
|
open class Locations
Ktor feature that allows to handle and construct routes in a typed way. |
annotation class KtorExperimentalLocationsAPI
API marked with this annotation is experimental and is not guaranteed to be stable. |
|
annotation class Location
Annotation for classes that will act as typed routes. |
class LocationRoutingException : Exception
Exception indicating that route parameters in curly brackets do not match class properties. |