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

Method toString

core/src/main/java/feign/template/Template.java:234–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 @Override
235 public String toString() {
236 return this.templateChunks.stream().map(TemplateChunk::getValue).collect(Collectors.joining());
237 }
238
239 public boolean encodeLiteral() {
240 return encode.isEncodingRequired();

Callers 11

TemplateMethod · 0.95
encodeMethod · 0.45
encodeInternalMethod · 0.45
encodeMethod · 0.45
expandMethod · 0.45
expandIterableMethod · 0.45
expandMapMethod · 0.45
appendMethod · 0.45
expandMethod · 0.45
expandMethod · 0.45
resolveExpressionMethod · 0.45

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected