Package org.apache.juneau.rest.arg
Class ResponseHeaderArg
java.lang.Object
org.apache.juneau.rest.arg.ResponseHeaderArg
- All Implemented Interfaces:
RestOpArg
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResponseHeaderArg(ParameterInfo pi, AnnotationWorkList annotations) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseHeaderArgcreate(ParameterInfo paramInfo, AnnotationWorkList annotations) Static creator.resolve(RestOpSession opSession) Resolves the parameter object.
-
Constructor Details
-
ResponseHeaderArg
Constructor.- Parameters:
pi- The Java method parameter being resolved.annotations- The annotations to apply to any new part parsers.
-
-
Method Details
-
create
Static 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.
-
resolve
Description copied from interface:RestOpArgResolves the parameter object.
-