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.rest
Methods in org.apache.juneau.rest that return RestOpArgModifier and TypeMethodDescriptionprotected RestOpArg[]
RestContext.findRestOperationArgs
(Method m, BeanStore beanStore) Finds theRestOpArg
instances 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.arg
Classes in org.apache.juneau.rest.arg that implement RestOpArgModifier and TypeClassDescriptionclass
class
class
Resolves method parameters onRestOp
-annotated Java methods by retrieving them by type from the REST object bean store.class
class
Resolves method parameters annotated withHasFormData
onRestOp
-annotated Java methods.class
class
class
Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpServletRequest
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpServletResponse
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpSession
object.class
Resolves method parameters of typeInputStreamParser
onRestOp
-annotated Java methods.class
class
class
class
class
Resolves method parameters of typeReaderParser
onRestOp
-annotated Java methods.class
class
class
Resolves method parameters annotated withStatusCode
onRestOp
-annotated Java methods.class
class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestContext
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestOpContext
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestOpSession
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestRequest
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestResponse
object.class
Resolves method parameters onRestOp
-annotated Java methods of types found on theRestSession
object.class
An implementation of aRestOpArg
that takes in aThrowingFunction
for resolving a parameter value.Methods in org.apache.juneau.rest.arg that return types with arguments of type RestOpArg