@Inherited @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Consumes
*
/
*
.
Check the Content-Type
header against this value or send a
"415 Unsupported Media Type" response.
class Resources { @Consumes("application/json") public void method(@Body MyBody body) { } }
public abstract String[] value
Copyright © 2020. All rights reserved.