Package zipkin2.codec
Class MoshiSpanDecoder
java.lang.Object
zipkin2.codec.MoshiSpanDecoder
public final class MoshiSpanDecoder extends Object
Read-only json adapters resurrected from before we switched to Java 6 as storage components can
be Java 7+
-
Field Summary
Fields Modifier and Type Field Description static com.squareup.moshi.JsonAdapter<Span>SPAN_ADAPTER -
Method Summary
Modifier and Type Method Description static MoshiSpanDecodercreate()List<Span>decodeList(byte[] spans)List<Span>decodeList(ByteBuffer spans)