Uses of Class
org.apache.juneau.rest.client.remote.RemoteOperationArg
Packages that use RemoteOperationArg
-
Uses of RemoteOperationArg in org.apache.juneau.rest.client.remote
Methods in org.apache.juneau.rest.client.remote that return RemoteOperationArgModifier and TypeMethodDescriptionRemoteOperationMeta.getContentArg()
Returns the argument annotated with@Content
.Method parameters in org.apache.juneau.rest.client.remote with type arguments of type RemoteOperationArgModifier and TypeMethodDescriptionRemoteOperationMeta.forEachFormDataArg
(Consumer<RemoteOperationArg> action) Performs an action on the@FormData
annotated arguments on this Java method.RemoteOperationMeta.forEachHeaderArg
(Consumer<RemoteOperationArg> action) Performs an action on the@Header
annotated arguments on this Java method.RemoteOperationMeta.forEachPathArg
(Consumer<RemoteOperationArg> action) Performs an action on the@Path
annotated arguments on this Java method.RemoteOperationMeta.forEachQueryArg
(Consumer<RemoteOperationArg> action) Performs an action on the@Query
annotated arguments on this Java method.