{new} @FormData
The {@link oaj.http.annotation.FormData @FormData} annotation can be applied to arguments of
Single-part arguments (i.e. those with name !=
RestClient ({@link oaj.oapi.OpenApiSerializer} by default) or associated via the {@link oaj.http.annotation.FormData#serializer() @FormData(serializer)} annotation.
Multi-part arguments (i.e. those with name ==
NameValuePairs - Converted to a URL-encoded FORM post.
Map - Converted to key-value pairs.
CharSequence - Used directly as am See the link below for information about supported data types in OpenAPI serialization.