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

Method encode

core/src/test/java/feign/FeignTest.java:174–177  ·  view source on GitHub ↗
(Object object, Type bodyType, RequestTemplate template)

Source from the content-addressed store, hash-verified

172 .encoder(
173 new DefaultEncoder() {
174 @Override
175 public void encode(Object object, Type bodyType, RequestTemplate template) {
176 encodedType.set(bodyType);
177 }
178 })
179 .target("http://localhost:" + server.getPort());
180

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected