public static class ResteasyMultipartRuntimeConfig.InputPartConfigGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
Charset |
defaultCharset
Default charset.
|
String |
defaultContentType
The default content-type.
|
| Constructor and Description |
|---|
InputPartConfigGroup() |
@ConfigItem(defaultValue="UTF-8") public Charset defaultCharset
Note that the default value is UTF-8 which is different from RESTEasy's default value US-ASCII.
@ConfigItem(defaultValue="text/plain") public String defaultContentType
Copyright © 2021 JBoss by Red Hat. All rights reserved.