接口 MediaTypeExpression


  • public interface MediaTypeExpression
    A contract for media type expressions (e.g. "text/plain", "!text/plain") as defined in the @RequestMapping annotation for "consumes" and "produces" conditions.
    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev