@ConfigurationProperties(prefix="spring.http.encoding") public class HttpEncodingProperties extends Object
Modifier and Type | Field and Description |
---|---|
static Charset |
DEFAULT_CHARSET |
Constructor and Description |
---|
HttpEncodingProperties() |
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset() |
boolean |
isForce() |
void |
setCharset(Charset charset) |
void |
setForce(boolean force) |
public static final Charset DEFAULT_CHARSET
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.