Class ParsedContentType


  • public class ParsedContentType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String encoding  
      boolean isXmlMediaType  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsedContentType​(java.lang.String contentType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isXmlMediaType

        public boolean isXmlMediaType
      • encoding

        public java.lang.String encoding
    • Constructor Detail

      • ParsedContentType

        public ParsedContentType​(java.lang.String contentType)