-
public final class ContentType
-
-
Field Summary
Fields Modifier and Type Field Description private final SerializationFormatformatprivate final Charsetcharset
-
Constructor Summary
Constructors Constructor Description ContentType(SerializationFormat format, Charset charset)
-
Method Summary
Modifier and Type Method Description final SerializationFormatgetFormat()final CharsetgetCharset()StringtoString()-
-
Constructor Detail
-
ContentType
ContentType(SerializationFormat format, Charset charset)
-
-
Method Detail
-
getFormat
final SerializationFormat getFormat()
-
getCharset
final Charset getCharset()
-
-
-
-