Package org.apache.juneau.rest.arg
Class ResponseCodeArg
java.lang.Object
org.apache.juneau.rest.arg.ResponseCodeArg
- All Implemented Interfaces:
- RestOpArg
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResponseCodeArgStatic creator.resolve(RestOpSession opSession) Resolves the parameter object.
- 
Constructor Details- 
ResponseCodeArgConstructor.- Parameters:
- paramInfo- The Java method parameter being resolved.
 
 
- 
- 
Method Details- 
createStatic creator.- Parameters:
- paramInfo- The Java method parameter being resolved.
- Returns:
- A new ResponseCodeArg, ornull if the parameter is not annotated withStatusCode.
 
- 
resolveDescription copied from interface:RestOpArgResolves the parameter object.
 
-