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

Method isBinary

core/src/main/java/feign/Request.java:552–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550 }
551
552 public boolean isBinary() {
553 return encoding == null || data == null;
554 }
555
556 public static Body create(String data) {
557 return new Body(data.getBytes());

Callers 1

asStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected