data class LocationInfo
A location class/object registration info.
val klass: KClass<*>
of the location class/object |
|
val parent: LocationInfo?
is a registered outer location class |
|
val parentParameter: LocationPropertyInfo?
is a property for an outer class |
|
val path: String
at which this location is registered |
|
val pathParameters: List<LocationPropertyInfo>
is a list of properties stored in path components |
|
val queryParameters: List<LocationPropertyInfo>
is a list of properties stored in query parameters |