public final class MessageUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Charset |
getCharset(jakarta.ws.rs.core.MediaType media)
Get the character set from a media type.
|
public static Charset getCharset(jakarta.ws.rs.core.MediaType media)
The character set is obtained from the media type parameter "charset".
If the parameter is not present the UTF8
charset is utilized.
media
- the media type.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.