Package-level declarations
Types
Link copied to clipboard
This type is intended to be used in a lambda calling one of the HTTP method properties of PathDsl, such as PathDsl.get, PathDsl.post, etc.
Link copied to clipboard
interface ResourceDescription
Provides endpoint descriptions for resource classes.
Functions
Link copied to clipboard
Function that should be used to implement ResourceDescription on resource classes.
Link copied to clipboard
inline fun <T : Any> descriptionFromResource(noinline operationSelector: OperationSelector): OperationBuilderWithHooks
fun <T : Any> descriptionFromResource(resourceClass: KClass<T>, operationSelector: OperationSelector): OperationBuilderWithHooks
Create a description from the information contained in the resource T.