@Provider@Consumes(book/plain)publicclassFormatBookInPlainimplementsMessageBodyReader上述代码中@Consumes的作用是?
@[email protected](book/plain)publicclassFormatBookInPlainimplementsMessageBodyReader上述代码中@Consumes的作用是?
A.将FormatBookInPlain中的处理方法绑定到@Consumes("book/plain")对应的API资源处理方法上
B.将MessageBodyReader中的处理方法绑定到@Consumes("book/plain")对应的API资源处理方法上
C.将FormatBookInPlain中的处理方法绑定到@Produces("book/plain")对应的API资源处理方法上
D.将MessageBodyReader中的处理方法绑定到@Produces("book/plain")对应的API资源处理方法上
正确答案:将FormatBookInPlain中的处理方法绑定到@Consumes("book/plain")对应的API资源处理方法上
Tag:Web服务与RESTful技术 方法 绑定
时间:2022-01-27 21:44:54