Interface ResteasyMultipartRuntimeConfig.InputPartConfigGroup

Enclosing interface:
ResteasyMultipartRuntimeConfig

public static interface ResteasyMultipartRuntimeConfig.InputPartConfigGroup
  • Method Details

    • defaultCharset

      @WithDefault("UTF-8") Charset defaultCharset()
      Default charset.

      Note that the default value is UTF-8 which is different from RESTEasy's default value US-ASCII.

    • defaultContentType

      @WithDefault("text/plain") String defaultContentType()
      The default content-type.