|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PARAMETER,METHOD}) @Retention(value=RUNTIME) public @interface Nullable
Some JAX-RS providers, notably JAXB-based ones return 400 when the incoming payload is empty. This annotation can be attached to a method parameter identifying a request body in order to get a null injected instead
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |