Package org.apache.juneau.rest.arg
package org.apache.juneau.rest.arg
REST Method Argument Beans
-
ClassDescriptionGeneral exception due to a malformed Java parameter.A simple list of
Cookie
objects.Resolves method parameters onRestOp
-annotated Java methods by retrieving them by type from the REST object bean store.Resolves method parameters annotated withHasFormData
onRestOp
-annotated Java methods.Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpServletRequest
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpServletResponse
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theHttpSession
object.Resolves method parameters of typeInputStreamParser
onRestOp
-annotated Java methods.Resolves method parameters of typeReaderParser
onRestOp
-annotated Java methods.Resolves method parameters annotated withStatusCode
onRestOp
-annotated Java methods.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestContext
object.REST java method parameter resolver.A list ofRestOpArg
classes.Builder class.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestOpContext
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestOpSession
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestRequest
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestResponse
object.Resolves method parameters onRestOp
-annotated Java methods of types found on theRestSession
object.An implementation of aRestOpArg
that takes in aThrowingFunction
for resolving a parameter value.