Package org.apache.juneau.rest.arg
Class ParserArg
java.lang.Object
org.apache.juneau.rest.arg.SimpleRestOperationArg
org.apache.juneau.rest.arg.ParserArg
- All Implemented Interfaces:
RestOpArg
Resolves method parameters of type
Parser on RestOp-annotated Java methods.
The parameter value is resolved using:
getRequest()
.getContent()
.getParserMatch()
.getParser();
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParserArgcreate(ParameterInfo paramInfo) Static creator.Methods inherited from class org.apache.juneau.rest.arg.SimpleRestOperationArg
resolve