Package org.apache.juneau.rest.arg
Class ResponseHeaderArg
java.lang.Object
org.apache.juneau.rest.arg.ResponseHeaderArg
- All Implemented Interfaces:
- RestOpArg
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedResponseHeaderArg(ParamInfo pi, AnnotationWorkList annotations) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResponseHeaderArgcreate(ParamInfo paramInfo, AnnotationWorkList annotations) Static creator.resolve(RestOpSession opSession) Resolves the parameter object.
- 
Constructor Details- 
ResponseHeaderArgConstructor.- Parameters:
- pi- The Java method parameter being resolved.
- annotations- The annotations to apply to any new part parsers.
 
 
- 
- 
Method Details- 
createStatic creator.- Parameters:
- paramInfo- The Java method parameter being resolved.
- annotations- The annotations to apply to any new part parsers.
- Returns:
- A new ResponseHeaderArg, ornull if the parameter is not annotated withHeader.
 
- 
resolveDescription copied from interface:RestOpArgResolves the parameter object.
 
-