Uses of Interface
org.apache.juneau.rest.arg.RestOpArg
Packages that use RestOpArg
Package
Description
REST Server API
REST Method Argument Beans
- 
Uses of RestOpArg in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestOpArgModifier and TypeMethodDescriptionprotected RestOpArg[]RestContext.findRestOperationArgs(Method m, BeanStore beanStore) Finds theRestOpArginstances to handle resolving objects on the calls to the specified Java method.Constructors in org.apache.juneau.rest with parameters of type RestOpArgModifierConstructorDescriptionRestOpInvoker(Method m, RestOpArg[] opArgs, MethodExecStats stats) Constructor.
- 
Uses of RestOpArg in org.apache.juneau.rest.argClasses in org.apache.juneau.rest.arg that implement RestOpArgModifier and TypeClassDescriptionclassclassclassResolves method parameters onRestOp-annotated Java methods by retrieving them by type from the REST object bean store.classclassResolves method parameters annotated withHasFormDataonRestOp-annotated Java methods.classclassclassResolves method parameters onRestOp-annotated Java methods of types found on theHttpServletRequestobject.classResolves method parameters onRestOp-annotated Java methods of types found on theHttpServletResponseobject.classResolves method parameters onRestOp-annotated Java methods of types found on theHttpSessionobject.classResolves method parameters of typeInputStreamParseronRestOp-annotated Java methods.classclassclassclassclassResolves method parameters of typeReaderParseronRestOp-annotated Java methods.classclassclassResolves method parameters annotated withStatusCodeonRestOp-annotated Java methods.classclassResolves method parameters onRestOp-annotated Java methods of types found on theRestContextobject.classResolves method parameters onRestOp-annotated Java methods of types found on theRestOpContextobject.classResolves method parameters onRestOp-annotated Java methods of types found on theRestOpSessionobject.classResolves method parameters onRestOp-annotated Java methods of types found on theRestRequestobject.classResolves method parameters onRestOp-annotated Java methods of types found on theRestResponseobject.classResolves method parameters onRestOp-annotated Java methods of types found on theRestSessionobject.classAn implementation of aRestOpArgthat takes in aThrowingFunctionfor resolving a parameter value.Methods in org.apache.juneau.rest.arg that return types with arguments of type RestOpArg