Uses of Package
org.apache.juneau.rest.arg
Packages that use org.apache.juneau.rest.arg
Package
Description
REST Server API
REST Method Argument Beans
- 
Classes in org.apache.juneau.rest.arg used by org.apache.juneau.restClassDescriptionREST java method parameter resolver.Builder class.
- 
Classes in org.apache.juneau.rest.arg used by org.apache.juneau.rest.argClassDescriptionA simple list ofCookieobjects.Resolves method parameters onRestOp-annotated Java methods by retrieving them by type from the REST object bean store.Resolves method parameters annotated withHasFormDataonRestOp-annotated Java methods.Resolves method parameters onRestOp-annotated Java methods of types found on theHttpServletRequestobject.Resolves method parameters onRestOp-annotated Java methods of types found on theHttpServletResponseobject.Resolves method parameters onRestOp-annotated Java methods of types found on theHttpSessionobject.Resolves method parameters of typeInputStreamParseronRestOp-annotated Java methods.Resolves method parameters of typeReaderParseronRestOp-annotated Java methods.Resolves method parameters annotated withStatusCodeonRestOp-annotated Java methods.Resolves method parameters onRestOp-annotated Java methods of types found on theRestContextobject.REST java method parameter resolver.A list ofRestOpArgclasses.Builder class.Resolves method parameters onRestOp-annotated Java methods of types found on theRestOpContextobject.Resolves method parameters onRestOp-annotated Java methods of types found on theRestOpSessionobject.Resolves method parameters onRestOp-annotated Java methods of types found on theRestRequestobject.Resolves method parameters onRestOp-annotated Java methods of types found on theRestResponseobject.Resolves method parameters onRestOp-annotated Java methods of types found on theRestSessionobject.An implementation of aRestOpArgthat takes in aThrowingFunctionfor resolving a parameter value.