java.lang.Object
io.helidon.http.Http
HTTP endpoint annotations.
In previous versions of Helidon, this class contained the following types:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceWhat media type(s) this method can consume.static @interfaceDELETE method of an HTTP endpoint.static @interfaceInject entity into a method parameter.static @interfaceGET method of an HTTP endpoint.static @interfaceHEAD method of an HTTP endpoint.static interfaceHeader producer, to use with rest client and rest server annotations.static @interfaceInject header into a method parameter.static @interfaceHTTP Method.static @interfaceOPTIONS method of an HTTP endpoint.static @interfacePATCH method of an HTTP endpoint.static @interfacePath of an endpoint, or sub-path of a method.static @interfaceInject path parameter into a method parameter.static @interfacePOST method of an HTTP endpoint.static @interfaceWhat media type(s) this method produces.static @interfacePUT method of an HTTP endpoint.static @interfaceInject query parameter into a method parameter. -
Method Summary