Annotation Interface MapBinder


@Target(METHOD) @Retention(RUNTIME) public @interface MapBinder
Designates that this parameter will hold the payload for a PUT or POST command.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends MapBinder>
    How to bind PayloadParam values, if there is no MapBinder in the method definition