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 SummaryFields Modifier and Type Field Description static com.squareup.moshi.JsonAdapter<Span>SPAN_ADAPTER
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MoshiSpanDecodercreate()List<Span>decodeList(byte[] spans)List<Span>decodeList(ByteBuffer spans)
 
- 
- 
- 
Field Detail- 
SPAN_ADAPTERpublic static final com.squareup.moshi.JsonAdapter<Span> SPAN_ADAPTER 
 
- 
 - 
Method Detail- 
createpublic static MoshiSpanDecoder create() 
 - 
decodeListpublic List<Span> decodeList(ByteBuffer spans) 
 
- 
 
-