类 EndpointMediaTypes


  • public class EndpointMediaTypes
    extends Object
    Media types that are, by default, produced and consumed by an endpoint.
    从以下版本开始:
    2.0.0
    • 构造器详细资料

      • EndpointMediaTypes

        public EndpointMediaTypes​(List<String> produced,
                                  List<String> consumed)
        Creates a new EndpointMediaTypes with the given produced and consumed media types.
        参数:
        produced - the default media types that are produced by an endpoint. Must not be null.
        consumed - the default media types that are consumed by an endpoint. Must not
    • 方法详细资料

      • getProduced

        public List<StringgetProduced()
        Returns the media types produced by an endpoint.
        返回:
        the produced media types
      • getConsumed

        public List<StringgetConsumed()
        Returns the media types consumed by an endpoint.
        返回:
        the consumed media types