Class MetadataConfig


  • public class MetadataConfig
    extends Object
    Contains custom properties to override in service and intermediate model metadata.
    • Constructor Detail

      • MetadataConfig

        public MetadataConfig()
    • Method Detail

      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • getContentType

        public String getContentType()
        Gets the Custom value for Content Type Header. This customization is supported only for JSON protocol.
        Returns:
        contentType.
      • setContentType

        public void setContentType​(String contentType)