Java org.springframework.http.converter StringHttpMessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.converter StringHttpMessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.converter StringHttpMessageConverter.

The text is from its open source code.

Subclass

org.springframework.http.converter.StringHttpMessageConverter has subclasses.
Click this link to see all its subclasses.

Field

CharsetDEFAULT_CHARSET
The default charset used by the converter.

Constructor

StringHttpMessageConverter()
A default constructor that uses "ISO-8859-1" as the default charset.
StringHttpMessageConverter(Charset defaultCharset)
A constructor accepting a default charset to use if the requested content type does not specify one.

Method

voidsetWriteAcceptCharset(boolean writeAcceptCharset)
Whether the Accept-Charset header should be written to any outgoing request sourced from the value of Charset#availableCharsets() .