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

Method MoshiCodec

moshi/src/main/java/feign/moshi/MoshiCodec.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 private final MoshiDecoder decoder;
31
32 public MoshiCodec() {
33 this(new Moshi.Builder().build());
34 }
35
36 public MoshiCodec(Iterable<JsonAdapter<?>> adapters) {
37 this.encoder = new MoshiEncoder(adapters);

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected