Package org.apache.juneau.rest.arg
Class RestContextArgs
java.lang.Object
org.apache.juneau.rest.arg.SimpleRestOperationArg
org.apache.juneau.rest.arg.RestContextArgs
- All Implemented Interfaces:
- RestOpArg
Resolves method parameters on 
RestOp-annotated Java methods of types found on the RestContext object.
 - BeanContext
- Config
- DebugEnablement
- EncoderSet
- FileFinder
- Logger
- MethodExecStore
- RestChildren
- RestContext
- RestContextStats
- CallLogger
- RestOperations
- StaticFiles
- ThrownStore
See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRestContextArgs(ThrowingFunction<RestContext, T> function) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.rest.arg.SimpleRestOperationArgresolve
- 
Constructor Details- 
RestContextArgsConstructor.- Type Parameters:
- T- The function return type.
- Parameters:
- function- The function for finding the arg.
 
 
- 
- 
Method Details- 
createStatic creator.- Parameters:
- paramInfo- The Java method parameter being resolved.
- Returns:
- A new arg, or null if the parameter type is not one of the supported types.
 
 
-