Class EndpointMediaTypes


  • public class EndpointMediaTypes
    extends Object
    Media types that are, by default, produced and consumed by an endpoint.
    Since:
    2.0.0
    • Constructor Detail

      • EndpointMediaTypes

        public EndpointMediaTypes​(List<String> produced,
                                  List<String> consumed)
        Creates a new EndpointMediaTypes with the given produced and consumed media types.
        Parameters:
        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
    • Method Detail

      • getProduced

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

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