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- 
getIndexReturns 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.
 
- 
getMetaReturns metadata on the request bean.- Returns:
- Metadata about the bean.
 
 
-