Package org.kohsuke.stapler.json
Class SubmittedForm.Handler
java.lang.Object
org.kohsuke.stapler.AnnotationHandler
org.kohsuke.stapler.json.SubmittedForm.Handler
- Enclosing class:
- SubmittedForm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(StaplerRequest2 request, Annotation a, Class type, String parameterName) Methods inherited from class org.kohsuke.stapler.AnnotationHandler
convert, parse
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
parse
public Object parse(StaplerRequest2 request, Annotation a, Class type, String parameterName) throws jakarta.servlet.ServletException - Overrides:
parse
in classAnnotationHandler
- Parameters:
request
- Current request being processed. Normally the parameter injection grabs some value from here and returns it. Never null.a
- The annotation object attached on the parameter for which this handler is configured. Never nulltype
- The type of the parameter. Any value returned from this method must be assignable to this type. Never null.parameterName
- Name of the parameter.- Throws:
jakarta.servlet.ServletException
-