Uses of Class
org.apache.juneau.rest.client.remote.RemoteOperationMeta
Packages that use RemoteOperationMeta
- 
Uses of RemoteOperationMeta in org.apache.juneau.rest.client.remoteMethods in org.apache.juneau.rest.client.remote that return RemoteOperationMetaModifier and TypeMethodDescriptionRemoteOperationMeta.forEachException(Consumer<Class<?>> action) Performs an action on the exceptions thrown by this method.RemoteOperationMeta.forEachFormDataArg(Consumer<RemoteOperationArg> action) Performs an action on the@FormDataannotated arguments on this Java method.RemoteOperationMeta.forEachHeaderArg(Consumer<RemoteOperationArg> action) Performs an action on the@Headerannotated arguments on this Java method.RemoteOperationMeta.forEachPathArg(Consumer<RemoteOperationArg> action) Performs an action on the@Pathannotated arguments on this Java method.RemoteOperationMeta.forEachQueryArg(Consumer<RemoteOperationArg> action) Performs an action on the@Queryannotated arguments on this Java method.RemoteOperationMeta.forEachRequestArg(Consumer<RemoteOperationBeanArg> action) Performs an action on the@Requestannotated arguments on this Java method.RemoteMeta.getOperationMeta(Method m) Returns the metadata about the specified operation on this resource proxy.