Uses of Class
com.floragunn.codova.documents.ContentType
-
Packages that use ContentType Package Description com.floragunn.codova.documents -
-
Uses of ContentType in com.floragunn.codova.documents
Fields in com.floragunn.codova.documents declared as ContentType Modifier and Type Field Description protected ContentTypeUnparsedDocument. contentTypeMethods in com.floragunn.codova.documents that return ContentType Modifier and Type Method Description ContentTypeFormat. getContentType()ContentTypeUnparsedDocument. getContentType()static ContentTypeContentType. parseHeader(String header)Methods in com.floragunn.codova.documents with parameters of type ContentType Modifier and Type Method Description static UnparsedDocument<?>UnparsedDocument. from(byte[] source, ContentType contentType)static UnparsedDocument<?>UnparsedDocument. from(String source, ContentType contentType)static DocNode.DocNodeParserBuilderDocNode. parse(ContentType contentType)Constructors in com.floragunn.codova.documents with parameters of type ContentType Constructor Description StringDoc(String source, ContentType format)
-