{new} @Path
The {@link oaj.http.annotation.Path @Path} 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.Path#serializer() @Path(serializer)} annotation.
Multi-part arguments (i.e. those with name ==
NameValuePairs - Serialized as individual query parameters.
Map - Converted to key-value pairs.
See the link below for information about supported data types in OpenAPI serialization.