Uses of Annotation Interface
org.kohsuke.stapler.InjectedParameter
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of InjectedParameter in org.kohsuke.stapler
Modifier and TypeClassDescription@interface
Indicates that this parameter is injected by evaluatingStaplerRequest2.findAncestorObject(Class)
with the parameter type.@interface
Indicates that this parameter is bound from HTTP header.@interface
Indicates that this parameter is injected from HTTP query parameter. -
Uses of InjectedParameter in org.kohsuke.stapler.json
Modifier and TypeClassDescription@interface
Binds the body payload into POJO via json-lib.@interface
Binds the submitted form to a parameter of a web-bound method.