Package-level declarations
Contains Framework Request Classes.
Types
Link copied to clipboard
Annotation to indicate that the parameter is a body of the request.
Link copied to clipboard
Annotation to map a function to a route
Link copied to clipboard
data class ParameterData(val name: String?, val typeName: String, val parameter: KParameter, val nameIsNull: Boolean, val hasQuery: Boolean, val hasBody: Boolean, val hasPathParam: Boolean)
This class is responsible for containing the data of a parameter of a method.
Link copied to clipboard
Annotation to indicate that a parameter is a path {} parameter.
Link copied to clipboard
Annotation to be used in the parameters of the methods that are going to be used as query parameters.
Link copied to clipboard
This enum class contains HTTP request methods used in the application.