Package eu.cloudnetservice.driver.network.http.annotation
package eu.cloudnetservice.driver.network.http.annotation
-
Annotation InterfacesClassDescriptionGet the first value of the associated query key.Represents a method which can handle http requests sent to one of the provided paths using and request methods.Sets whether the parameter is optional (can receive a null value) or not.Injects the request body into the annotated parameter.Retrieves one header entry from the associated http request and passes it to the annotated method parameter.Requests the injection of the full http request path to which the associated request was sent.Retrieves one path parameter from the associated http request url and passes it to the annotated method parameter.Get all values of the associated query key.