|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface MapBinder
Designates that this parameter will hold the payload for a PUT or POST command.
Required Element Summary | |
---|---|
Class<? extends MapBinder> |
value
How to bind PayloadParam values, if there is no MapBinder in the method
definition |
Element Detail |
---|
public abstract Class<? extends MapBinder> value
PayloadParam
values, if there is no MapBinder
in the method
definition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |