Package eu.cloudnetservice.driver.network.http.annotation.parser
package eu.cloudnetservice.driver.network.http.annotation.parser
-
ClassDescriptionA stackless exception which can be thrown when processing a http handler annotation.DefaultHttpAnnotationParser<T extends HttpComponent<T>>The default implementation of a http annotation parser.A processor for the
@FirstRequestQueryParamannotation.A processor for the@RequestBodyannotation.A processor for the@RequestHeaderannotation.A processor for the@RequestPathParamannotation.A processor for the@RequestPathannotation.A processor for the@RequestQueryParamannotation.HttpAnnotationParser<T extends HttpComponent<T>>A parser which can convert and register annotated http elements, supporting custom annotations as well.A processor for an annotation which can be added to a http handler parameter.A very small utility class to more easily process annotations added to method parameters.A http handler which delegates its calls to a method invocation, resolving the parameters for that from the preprocessed http context.Represents a hint which can be added to a http context while pre-processing to indicate that the parameter at the specified index should get overridden with the value returned by the given resolver.