Class RemoteOperationBeanArg
java.lang.Object
org.apache.juneau.rest.client.remote.RemoteOperationBeanArg
Represents the metadata about an
Request
-annotated argument of a method on a REST proxy class.
See Also:
-
Method Details
-
getIndex
Returns the index of the parameter in the method that is a request bean.- Returns:
- The index of the parameter in the method that is a request bean.
-
getMeta
Returns metadata on the request bean.- Returns:
- Metadata about the bean.
-