MCPcopy Index your code
hub / github.com/OpenFeign/feign / getCharset

Method getCharset

core/src/main/java/feign/template/Template.java:252–254  ·  view source on GitHub ↗

The Charset for the template. @return the Charset, if set. Defaults to UTF-8

()

Source from the content-addressed store, hash-verified

250 * @return the Charset, if set. Defaults to UTF-8
251 */
252 public Charset getCharset() {
253 return this.charset;
254 }
255
256 /**
257 * Splits a Uri into Chunks that exists inside and outside of an expression, delimited by curly

Callers 6

appendMethod · 0.45
toClassicHttpRequestMethod · 0.45
getContentTypeMethod · 0.45
getContentTypeMethod · 0.45
toHttpUriRequestMethod · 0.45
getContentTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected