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

Method asReader

core/src/test/java/feign/FeignBuilderTest.java:431–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 @SuppressWarnings("deprecation")
432 @Override
433 public Reader asReader() throws IOException {
434 return original.body().asReader(Util.UTF_8);
435 }
436
437 @Override
438 public Reader asReader(Charset charset) throws IOException {

Callers

nothing calls this directly

Calls 2

asReaderMethod · 0.65
bodyMethod · 0.65

Tested by

no test coverage detected